[svn] commit: r1788 - /branches/trac148/configure.ac

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 21 17:58:15 UTC 2010


Author: jinmei
Date: Wed Apr 21 17:58:15 2010
New Revision: 1788

Log:
checkpoint

Modified:
    branches/trac148/configure.ac

Modified: branches/trac148/configure.ac
==============================================================================
--- branches/trac148/configure.ac (original)
+++ branches/trac148/configure.ac Wed Apr 21 17:58:15 2010
@@ -77,8 +77,7 @@
 LDFLAGS=$LDFLAGS_SAVED
 if test $rpath_available = yes; then
 	for flag in ${PYTHON_LDFLAGS}; do
-		rflag=`echo $flag | sed -ne 's/^\(\-L\)/-R/p'`
-		python_rpath="${python_rpath} -Wl,$rflag"
+		python_rpath="${python_rpath} -Wl,`echo $flag | sed -ne 's/^\(\-L\)/-R/p'`"
 	done
 fi
 




More information about the bind10-changes mailing list