packages/libs/apr/patches/001-autoconf-compat.patch
swalker b724d94ac5 [packages] apr: update to 1.4.5 (CVE-2011-0419, CVE-2011-1928), refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-03 21:04:31 +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
@@ -246,9 +246,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"