pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/radsecproxy help configure find openssl



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a46810e115a
branches:  trunk
changeset: 352769:1a46810e115a
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Sep 18 23:13:13 2016 +0000

description:
help configure find openssl

diffstat:

 net/radsecproxy/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r c4f1dc2b0155 -r 1a46810e115a net/radsecproxy/Makefile
--- a/net/radsecproxy/Makefile  Sun Sep 18 23:03:09 2016 +0000
+++ b/net/radsecproxy/Makefile  Sun Sep 18 23:13:13 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/03/05 11:29:11 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2016/09/18 23:13:13 wiedi Exp $
 
 DISTNAME=      radsecproxy-1.6.6
 PKGREVISION=   1
@@ -12,7 +12,8 @@
 LICENSE=       gnu-gpl-v2 OR modified-bsd
 
 GNU_CONFIGURE= YES
-CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
+CONFIGURE_ARGS+=       --with-ssl=${BUILDLINK_PREFIX.openssl}
 
 EGDIR=         ${PREFIX}/share/examples/radsecproxy
 INSTALLATION_DIRS+=    ${EGDIR}



Home | Main Index | Thread Index | Old Index