Try to fix link issues, as posted to the list
authorAlan T. DeKok <aland@freeradius.org>
Tue, 27 Apr 2010 07:47:38 +0000 (09:47 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 29 Apr 2010 08:19:15 +0000 (10:19 +0200)
src/modules/rlm_python/configure.in

index ea34e0d..5e2106e 100644 (file)
@@ -63,6 +63,7 @@ if test x$with_[]modname != xno; then
                        PY_LOCALMODLIBS=`sed -n -e 's/^LOCALMODLIBS=\(.*\)/\1/p' $PY_MAKEFILE`
                        PY_BASEMODLIBS=`sed -n -e 's/^BASEMODLIBS=\(.*\)/\1/p' $PY_MAKEFILE`
                        PY_OTHER_LIBS=`sed -n -e 's/^LIBS=\(.*\)/\1/p' $PY_MAKEFILE`
+                       PY_OTHER_LDFLAGS=`sed -n -e 's/^LINKFORSHARED=\(.*\)/\1/p' $PY_MAKEFILE`
                fi
                PY_EXTRA_LIBS="$PY_LOCALMODLIBS $PY_BASEMODLIBS $PY_OTHER_LIBS"