pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/radsecproxy



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun Sep 18 23:13:13 UTC 2016

Modified Files:
        pkgsrc/net/radsecproxy: Makefile

Log Message:
help configure find openssl


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/radsecproxy/Makefile

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

Modified files:

Index: pkgsrc/net/radsecproxy/Makefile
diff -u pkgsrc/net/radsecproxy/Makefile:1.3 pkgsrc/net/radsecproxy/Makefile:1.4
--- pkgsrc/net/radsecproxy/Makefile:1.3 Sat Mar  5 11:29:11 2016
+++ pkgsrc/net/radsecproxy/Makefile     Sun Sep 18 23:13:13 2016
@@ -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 @@ EXTRACT_SUFX= .tar.xz
 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