From: Jo-Philipp Wich Date: Sat, 11 Dec 2010 00:46:27 +0000 (+0000) Subject: apr-utils: fix compilation after autoreconf X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=42d7b37b067c53fe5aa152371fdaafb70118fde2;p=openwrt%2Fsvn-archive%2Fpackages.git apr-utils: fix compilation after autoreconf SVN-Revision: 24468 --- diff --git a/libs/apr-util/patches/001-automake-compat.patch b/libs/apr-util/patches/001-automake-compat.patch new file mode 100644 index 000000000..d8071c5fd --- /dev/null +++ b/libs/apr-util/patches/001-automake-compat.patch @@ -0,0 +1,21 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -8,6 +8,7 @@ APRUTIL_MAJOR_VERSION=@APRUTIL_MAJOR_VER + APRUTIL_DOTTED_VERSION=@APRUTIL_DOTTED_VERSION@ + + srcdir = @srcdir@ ++top_builddir = @top_builddir@ + VPATH = @srcdir@ + + INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@ +--- a/configure.in ++++ b/configure.in +@@ -40,6 +40,8 @@ AC_SUBST(APU_CONFIG_LOCATION) + AC_CANONICAL_SYSTEM + + AC_PROG_INSTALL ++AC_PROG_LIBTOOL ++LT_INIT + + # Use -no-install to link the test programs on all platforms + # but Darwin, where it would cause the programs to be linked