1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

security/libksba: fix build with lld17

This commit is contained in:
Baptiste Daroussin 2024-02-26 12:15:52 +01:00
parent 0c0b03ceb0
commit 3d9cd40bb2

View File

@ -1,5 +1,6 @@
PORTNAME= libksba
PORTVERSION= 1.6.5
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= GNUPG
@ -18,7 +19,8 @@ LIB_DEPENDS= libgpg-error.so:security/libgpg-error
USES= cpe libtool perl5 tar:bzip2
USE_PERL5= build
CONFIGURE_ARGS= --enable-static
CONFIGURE_ARGS= --enable-static \
--enable-ld-version-script
CONFIGURE_ENV= PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes