freeradius-python: fix building when multiple Python versions are installed
This commit is contained in:
parent
e82098f8a3
commit
796bb15267
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue