diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-01-11 02:38:22 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-01-11 02:38:22 +0000 |
commit | ce39de217a78e758a46043648c2eec57e923bec1 (patch) | |
tree | e6b5b937c0e2bd8c95186a7d25da108db6214e6f /net | |
parent | 2ec441d8d0d4e2c0dfd9d90d1891e602a0c0f349 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/freeradius2/Makefile | 2 |
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 |