ports/153739: [maintainer update] net/freeradius2: fix rlm_python issue

Ryan Steinmetz rpsfa at rit.edu
Thu Jan 6 18:40:09 UTC 2011


>Number:         153739
>Category:       ports
>Synopsis:       [maintainer update] net/freeradius2: fix rlm_python issue
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 06 18:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        8.1-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
>Description:
Robert Martens reported an issue associated with rlm_python that caused issues whenever a python script attempted to load other modules.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile	2010-12-23 04:09:27.000000000 -0500
+++ Makefile	2011-01-06 13:35:00.000000000 -0500
@@ -169,6 +169,8 @@
 		--with-rlm-python-lib-dir=${PYTHON_LIBDIR} \
 		--with-rlm-python-include-dir=${PYTHON_INCLUDEDIR}
 PLIST_SUB+=	RLMPYTHON=""
+# temporary workaround for libtool issue until FR 2.2.x is released
+CFLAGS+=	-DHAVE_LT_DLADVISE_INIT
 .else
 CONFIGURE_ARGS+=--without-rlm_python
 PLIST_SUB+=	RLMPYTHON="@comment "


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list