[packages] apr: ditch shipped libtool, make it non-silent
[openwrt/svn-archive/archive.git] / libs / apr / patches / 001-autoconf-compat.patch
index 0f383eb480b918e2f4ca75ba6feefe3ba72bc219..88f71fd6b83d87b54d1cc8a3ed51cc634827df0e 100644 (file)
@@ -8,3 +8,15 @@
  
  #
  # APR (Apache Portable Runtime) library Makefile.
  
  #
  # 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"