HomeFreeBSD

net/jose: fix build with lld 18

Description

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

Details

Provenance
dimAuthored on Mar 21 2024, 1:31 PM
Parents
R11:5b7ca1ae0c82: llvm.mk: expose devel/llvm18
Branches
Unknown
Tags
Unknown