[packages] apr-utils: fix compilation after autoreconf
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24468 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1a5573d376
commit
ba6ae39683
21
libs/apr-util/patches/001-automake-compat.patch
Normal file
21
libs/apr-util/patches/001-automake-compat.patch
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user