pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/softhsm Tell configure where to look for Botan.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89b65e529800
branches:  trunk
changeset: 347879:89b65e529800
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 01 13:41:14 2016 +0000

description:
Tell configure where to look for Botan.

diffstat:

 security/softhsm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 86bde3012ffe -r 89b65e529800 security/softhsm/Makefile
--- a/security/softhsm/Makefile Wed Jun 01 13:36:27 2016 +0000
+++ b/security/softhsm/Makefile Wed Jun 01 13:41:14 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2016/05/19 22:12:09 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2016/06/01 13:41:14 joerg Exp $
 #
 
 DISTNAME=      softhsm-1.3.7
@@ -17,8 +17,8 @@
 USE_LIBTOOL=   yes
 
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
+CONFIGURE_ARGS+=       --with-botan=${PREFIX}
 
 EGDIR=                 ${PREFIX}/share/examples/softhsm
 



Home | Main Index | Thread Index | Old Index