pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/freeradius-python



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep 24 10:48:45 UTC 2019

Modified Files:
        pkgsrc/net/freeradius-python: Makefile

Log Message:
freeradius-python: fix building when multiple Python versions are installed


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/freeradius-python/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/freeradius-python/Makefile
diff -u pkgsrc/net/freeradius-python/Makefile:1.4 pkgsrc/net/freeradius-python/Makefile:1.5
--- pkgsrc/net/freeradius-python/Makefile:1.4   Thu Jul  4 07:44:53 2019
+++ pkgsrc/net/freeradius-python/Makefile       Tue Sep 24 10:48:45 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/07/04 07:44:53 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/09/24 10:48:45 adam Exp $
 
 .include "../../net/freeradius/Makefile.module"
 
@@ -6,6 +6,7 @@ PKGNAME=        ${DISTNAME:S/-server/-python/}
 COMMENT=       Free RADIUS rlm_python module
 
 CONFIGURE_ARGS+=       --with-rlm_python
+CONFIGURE_ARGS+=       --with-rlm-python-bin=${PYTHONBIN}
 CONFIGURE_ARGS+=       --without-rlm_ldap
 CONFIGURE_ARGS+=       --without-rlm_yubikey
 



Home | Main Index | Thread Index | Old Index