[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:
@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||
PKG_SOURCE_URL:=http://dmalloc.com/releases/
|
||||
PKG_MD5SUM:=f92e5606c23a8092f3d5694e8d1c932e
|
||||
|
||||
PKG_FIXUP:=libtool
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -16,7 +16,7 @@ PKG_SOURCE_URL:=@SF/oprofile/
|
||||
PKG_MD5SUM:=8b5d1d9b65f84420bcc3234777ad3be3
|
||||
|
||||
PKG_BUILD_DEPENDS:=binutils
|
||||
PKG_FIXUP:=libtool
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
Reference in New Issue
Block a user