Author: glen Date: Sat Apr 29 10:34:03 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix configure not removing static module name properly
---- Files affected: SOURCES: proftpd-configure.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/proftpd-configure.patch diff -u /dev/null SOURCES/proftpd-configure.patch:1.1 --- /dev/null Sat Apr 29 12:34:03 2006 +++ SOURCES/proftpd-configure.patch Sat Apr 29 12:33:58 2006 @@ -0,0 +1,11 @@ +--- proftpd-1.3.0/configure.in~ 2006-04-29 13:28:31.677081542 +0300 ++++ proftpd-1.3.0/configure.in 2006-04-29 13:28:36.917198497 +0300 +@@ -1570,7 +1570,7 @@ + for amodule in $ac_shared_modules; do + module=`echo "$amodule" | sed -e 's/.la//g'`.o; + ac_static_modules=`echo "$ac_static_modules" | sed -e "s/$module//g"`; +- ac_build_static_modules=`echo "$ac_build_static_modules" | sed -e "s/$module//g"`; ++ ac_build_static_modules=`echo "$ac_build_static_modules" | sed -e "s/modules\/$module//g"`; + done + + GLUE_MODULE_OBJS="$ac_core_modules $ac_static_modules" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
