[packages] libgpg-error: purge private libtool copy and force full autoreconf

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24349 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-08 15:57:20 +00:00
parent 42717eeb8a
commit f478f96c21
2 changed files with 13 additions and 1 deletions

View File

@ -17,7 +17,9 @@ PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgpg-error/ \
http://gulus.usherbrooke.ca/pub/appl/GnuPG/libgpg-error/ \
http://gnupg.unixmexico.org/ftp/libgpg-error/
PKG_MD5SUM:=62c0d09d1e76c5b6da8fff92314c4665
PKG_FIXUP:=libtool no-autoreconf
PKG_FIXUP:=libtool
PKG_REMOVE_FILES:=m4/libtool.m4 ltmain.sh autogen.sh
include $(INCLUDE_DIR)/package.mk

View File

@ -0,0 +1,10 @@
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -935,7 +935,6 @@ m4_include([m4/iconv.m4])
m4_include([m4/lib-ld.m4])
m4_include([m4/lib-link.m4])
m4_include([m4/lib-prefix.m4])
-m4_include([m4/libtool.m4])
m4_include([m4/nls.m4])
m4_include([m4/po.m4])
m4_include([m4/progtest.m4])