diff options
Diffstat (limited to 'package/bash/Makefile')
-rw-r--r-- | package/bash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bash/Makefile b/package/bash/Makefile index 3b348d753..46a5ebacb 100644 --- a/package/bash/Makefile +++ b/package/bash/Makefile @@ -13,7 +13,7 @@ MASTER_SITES:= http://ftp.gnu.org/gnu/bash/ include $(TOPDIR)/mk/package.mk -$(eval $(call PKG_template,BASH,bash,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,BASH,bash,$(PKG_VERSION)-$(PKG_RELEASE))) XAKE_FLAGS+= LIBS_FOR_BUILD='' CONFIGURE_STYLE= gnu |