packages/libs/apr/patches/001-autoconf-compat.patch
jow 1d2c01e7cd [packages] apr: ditch shipped libtool, make it non-silent
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-05 14:40:50 +00:00

23 lines
563 B
Diff

--- a/Makefile.in
+++ b/Makefile.in
@@ -3,6 +3,7 @@ srcdir=@srcdir@
VPATH=@srcdir@
top_srcdir=@apr_srcdir@
top_blddir=@apr_builddir@
+top_builddir=@top_builddir@
#
# 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"