1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Fix an issue associated with rlm_python that caused issues whenever a python

script attempted to load other modules. This issue was reported by Robert
Martens to the maintainer via private mail.

PR:		ports/153739
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
This commit is contained in:
Wesley Shields 2011-01-11 02:38:22 +00:00
parent 2ec441d8d0
commit ce39de217a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267620

View File

@ -168,6 +168,8 @@ USE_PYTHON= yes
CONFIGURE_ARGS+=--with-rlm_python \
--with-rlm-python-lib-dir=${PYTHON_LIBDIR} \
--with-rlm-python-include-dir=${PYTHON_INCLUDEDIR}
# temporary workaround for libtool issue until FR 2.2.x is released
CFLAGS+= -DHAVE_LT_DLADVISE_INIT
PLIST_SUB+= RLMPYTHON=""
.else
CONFIGURE_ARGS+=--without-rlm_python