summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-09-10 15:02:49 +0000
committerwiz <wiz@pkgsrc.org>2010-09-10 15:02:49 +0000
commit3438ea87606886025481d7efd8cb37c349c36af8 (patch)
tree7107d3df785215fa10dbeb6de024e5cfa296bd60 /security
parentd860907fc079f21cf1883d9debb36e73cc2e84e8 (diff)
downloadpkgsrc-3438ea87606886025481d7efd8cb37c349c36af8.tar.gz
Add --certstore-internal to fix packaging on some Linuces.
From Aleksey Cheusov in PR 43849.
Diffstat (limited to 'security')
-rw-r--r--security/qca2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/qca2/Makefile b/security/qca2/Makefile
index 1abfc98ea8c..6b460a58dce 100644
--- a/security/qca2/Makefile
+++ b/security/qca2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2010/06/13 22:45:20 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2010/09/10 15:02:49 wiz Exp $
DISTNAME= qca-2.0.2
PKGNAME= qca2-${DISTNAME:C/.*-//}
@@ -26,6 +26,7 @@ INSTALLATION_DIRS= qt4/include qt4/lib qt4/plugins/crypto lib/pkgconfig
CONFIGURE_ARGS+= --prefix=${QTDIR}
CONFIGURE_ARGS+= --qtdir=${QTDIR}
CONFIGURE_ARGS+= --disable-tests
+CONFIGURE_ARGS+= --certstore-internal
post-install:
${INSTALL_DATA} ${DESTDIR}${QTDIR}/lib/pkgconfig/qca2.pc ${DESTDIR}${PREFIX}/lib/pkgconfig/qca2.pc