[packages] apr: force full autoreconfig, fix compilation after reconf
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24395 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
49659ec49b
commit
7261afee91
@ -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
|
||||
|
10
libs/apr/patches/001-autoconf-compat.patch
Normal file
10
libs/apr/patches/001-autoconf-compat.patch
Normal file
@ -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.
|
Loading…
x
Reference in New Issue
Block a user