tiff: remove private libtool copy, trigger full autoreconf
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 8 Dec 2010 23:59:34 +0000 (23:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 8 Dec 2010 23:59:34 +0000 (23:59 +0000)
SVN-Revision: 24372

libs/tiff/Makefile
libs/tiff/patches/001-remove-libtool.patch [new file with mode: 0644]

index e32a3696c062b189f06f9d0a9b0d3516b026e671..df5ee67fb2c6b65dddae3d897df2636091e83fb1 100644 (file)
@@ -17,6 +17,8 @@ PKG_SOURCE_URL:=http://download.osgeo.org/libtiff
 PKG_MD5SUM:=93e56e421679c591de7552db13384cb8
 
 PKG_FIXUP:=libtool-ucxx
+PKG_REMOVE_FILES:=autogen.sh aclocal.m4 m4/libtool.mk config/ltmain.sh
+
 PKG_INSTALL:=1
 
 PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_libtiffxx
diff --git a/libs/tiff/patches/001-remove-libtool.patch b/libs/tiff/patches/001-remove-libtool.patch
new file mode 100644 (file)
index 0000000..1b6623b
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/aclocal.m4
++++ b/aclocal.m4
+@@ -1052,7 +1052,6 @@ AC_SUBST([am__untar])
+ ]) # _AM_PROG_TAR
+ m4_include([m4/acinclude.m4])
+-m4_include([m4/libtool.m4])
+ m4_include([m4/ltoptions.m4])
+ m4_include([m4/ltsugar.m4])
+ m4_include([m4/ltversion.m4])