X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fapr%2Fpatches%2F001-autoconf-compat.patch;h=88f71fd6b83d87b54d1cc8a3ed51cc634827df0e;hp=0f383eb480b918e2f4ca75ba6feefe3ba72bc219;hb=486c2aace35934f8d9a274ec3e268bf346572772;hpb=c0cb44297cb5756a71396d949dddfdc913574ad6 diff --git a/libs/apr/patches/001-autoconf-compat.patch b/libs/apr/patches/001-autoconf-compat.patch index 0f383eb480..88f71fd6b8 100644 --- a/libs/apr/patches/001-autoconf-compat.patch +++ b/libs/apr/patches/001-autoconf-compat.patch @@ -8,3 +8,15 @@ # # APR (Apache Portable Runtime) library Makefile. +--- a/configure.in ++++ b/configure.in +@@ -180,9 +180,6 @@ case $host in + gcc $CFLAGS $CPPFLAGS -o $LIBTOOL.exe $LIBTOOL.c + ;; + *) +- if test "x$LTFLAGS" = "x"; then +- LTFLAGS='--silent' +- fi + if test "$experimental_libtool" = "yes"; then + # Use a custom-made libtool replacement + echo "using jlibtool"