diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-06 21:42:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-06 21:42:48 +0000 |
commit | d5508174f15e44cbe23992ef96cd790b2f5c1939 (patch) | |
tree | a6f10f3c3154dcfbe46a897c7ef6563fc492f7c4 /package/xfsprogs/Makefile | |
parent | 1c799ff7ccfa0fac1dea3ce550a722fd6e5fddae (diff) | |
download | upstream-d5508174f15e44cbe23992ef96cd790b2f5c1939.tar.gz upstream-d5508174f15e44cbe23992ef96cd790b2f5c1939.tar.bz2 upstream-d5508174f15e44cbe23992ef96cd790b2f5c1939.zip |
[package] change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25904 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/xfsprogs/Makefile')
-rw-r--r-- | package/xfsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xfsprogs/Makefile b/package/xfsprogs/Makefile index fc2b764332..c2538fd776 100644 --- a/package/xfsprogs/Makefile +++ b/package/xfsprogs/Makefile @@ -15,7 +15,7 @@ PKG_MD5SUM:=23568a603c913b80076abe3c23521573 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_INSTALL:=1 -PKG_FIXUP = libtool +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk |