Skip to content
Commit 142d074b authored by Dimitry Andric's avatar Dimitry Andric
Browse files

net/jose: fix build with lld 18

With recent lld, the --version-script check in net/jose's meson.build
fails, causing it to erroneously use a -export-symbols-regex flag:

  cc: error: unknown argument: '-export-symbols-regex=^jose_.*'

Fix this by adding --undefined-version to the meson check, so it
succeeds.

PR:		277905
Approved by:	hdholm@alumni.iastate.edu (maintainer)
MFH:		2024Q1
parent 5b7ca1ae
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment