mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
security/libgpg-error: enable static lib
Enable static lib as it's needed by QEMU for static linking (qemu-user-static) and bump PORTREVISION. Submitted by: sbruno
This commit is contained in:
parent
e54d6409c3
commit
62a14d310a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400463
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libgpg-error
|
||||
PORTVERSION= 1.20
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= GNUPG
|
||||
|
||||
@ -16,16 +17,17 @@ USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
CPP+= -P
|
||||
CONFIGURE_ARGS+= --enable-static=yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USES+= gettext iconv
|
||||
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \
|
||||
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} \
|
||||
--with-libintl-prefix=${LOCALBASE}
|
||||
PLIST_SUB= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS= --disable-nls
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB= NLS="@comment "
|
||||
.endif
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/gpg-error
|
||||
bin/gpg-error-config
|
||||
include/gpg-error.h
|
||||
lib/libgpg-error.a
|
||||
lib/libgpg-error.so
|
||||
lib/libgpg-error.so.0
|
||||
lib/libgpg-error.so.0.16.0
|
||||
|
Loading…
Reference in New Issue
Block a user