From c5c350a246e0bce6fd7988d812a1b7251e92d674 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 9 Dec 2010 18:19:06 +0000 Subject: [PATCH] apr: force full autoreconfig, fix compilation after reconf SVN-Revision: 24395 --- libs/apr/Makefile | 2 ++ libs/apr/patches/001-autoconf-compat.patch | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 libs/apr/patches/001-autoconf-compat.patch diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 29c242d12..d1bf55d2b 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -16,6 +16,8 @@ PKG_SOURCE_URL:=http://www.ibiblio.org/pub/mirrors/apache/apr PKG_MD5SUM:=4b00e8f70c067893d075577962656b35 PKG_FIXUP:=libtool +PKG_REMOVE_FILES:=build/libtool.m4 build/ltmain.sh + PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk diff --git a/libs/apr/patches/001-autoconf-compat.patch b/libs/apr/patches/001-autoconf-compat.patch new file mode 100644 index 000000000..0f383eb48 --- /dev/null +++ b/libs/apr/patches/001-autoconf-compat.patch @@ -0,0 +1,10 @@ +--- 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. -- 2.30.2