pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p11-kit: disable a feature to build



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Mon Feb 15 14:04:41 2016 +0200
Changeset:	a4c55ed508f685a79c0897e28e83306ebe3e90f5

Modified Files:
	p11-kit/Makefile

Log Message:
p11-kit: disable a feature to build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a4c55ed508f685a79c0897e28e83306ebe3e90f5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p11-kit/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/p11-kit/Makefile b/p11-kit/Makefile
index 3762dc3..1e07c28 100644
--- a/p11-kit/Makefile
+++ b/p11-kit/Makefile
@@ -21,6 +21,8 @@ PKG_SYSCONFSUBDIR=	pkcs11
 CONF_FILES+=		share/examples/p11-kit/pkcs11.conf.example \
 			${PKG_SYSCONFDIR}/pkcs11.conf
 
+# XXX why is this needed?
+CONFIGURE_ARGS+=	--without-trust-paths
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "NetBSD"
 CFLAGS+=	-D_NETBSD_SOURCE


Home | Main Index | Thread Index | Old Index