summaryrefslogtreecommitdiff
path: root/package/bash/Makefile
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2011-01-07 18:21:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-10 10:45:27 +0100
commit718f8b955cdb6392790f07905a77d9324e50f4e0 (patch)
tree7580d401f503502b4a5f7537d0f5d322f381ee36 /package/bash/Makefile
parent3adbe63f92a5215422ad4e8f9adc924bb1936101 (diff)
bash: set cache-file to /dev/null, breaks cross-compiling otherwise
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
Diffstat (limited to 'package/bash/Makefile')
-rw-r--r--package/bash/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bash/Makefile b/package/bash/Makefile
index c0b55681e..11f3f8bad 100644
--- a/package/bash/Makefile
+++ b/package/bash/Makefile
@@ -17,6 +17,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,BASH,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_ENV+= bash_cv_getenv_redef=no
+CONFIGURE_ARGS+= --cache-file=/dev/null
XAKE_FLAGS+= LIBS_FOR_BUILD=''
post-install: