[packages] normalize PKG_FIXUP - the "libtool" fixup is merely an alias for "autoreconf", so change all occurences to that
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32206 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -17,7 +17,7 @@ PKG_SOURCE:=ImageMagick-$(PKG_VERSION)-$(PKG_REVISION).tar.bz2
|
||||
PKG_SOURCE_URL:=ftp://ftp.fifi.org/pub/ImageMagick/
|
||||
PKG_MD5SUM:=
|
||||
|
||||
PKG_FIXUP:=libtool
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_REMOVE_FILES:=aclocal.m4 m4/libtool.m4
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
Reference in New Issue
Block a user