pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/freeradius-python freeradius-python: fix building ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62ab27244995
branches:  trunk
changeset: 340150:62ab27244995
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 24 10:48:45 2019 +0000

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

diffstat:

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

diffs (17 lines):

diff -r 99a38ad28984 -r 62ab27244995 net/freeradius-python/Makefile
--- a/net/freeradius-python/Makefile    Tue Sep 24 09:45:32 2019 +0000
+++ b/net/freeradius-python/Makefile    Tue Sep 24 10:48:45 2019 +0000
@@ -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 @@
 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