]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- fix configure not removing static module name properly
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 29 Apr 2006 10:33:58 +0000 (10:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd-configure.patch -> 1.1

proftpd-configure.patch [new file with mode: 0644]

diff --git a/proftpd-configure.patch b/proftpd-configure.patch
new file mode 100644 (file)
index 0000000..2630d39
--- /dev/null
@@ -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"
This page took 2.555607 seconds and 4 git commands to generate.