aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2011-01-11 10:38:22 +0800
committerwxs <wxs@FreeBSD.org>2011-01-11 10:38:22 +0800
commit6a69a3e5e346fdfee2f99b6a848d6898ba26abc2 (patch)
tree122010a5ea39c7470745d9ca7c7bd20b048f9045 /net
parente9b518ca127e04e1f3e1e5018ac8c8deab94b960 (diff)
downloadfreebsd-ports-gnome-6a69a3e5e346fdfee2f99b6a848d6898ba26abc2.tar.gz
freebsd-ports-gnome-6a69a3e5e346fdfee2f99b6a848d6898ba26abc2.tar.zst
freebsd-ports-gnome-6a69a3e5e346fdfee2f99b6a848d6898ba26abc2.zip
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)
Diffstat (limited to 'net')
-rw-r--r--net/freeradius2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile
index caa5b0396838..28af41bb6788 100644
--- a/net/freeradius2/Makefile
+++ b/net/freeradius2/Makefile
@@ -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