diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-10 11:03:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-10 11:03:58 +0100 |
commit | 94c763109f74b446e4d5d31e55ef337c8c8d86cb (patch) | |
tree | 22d1cd06809f5a5c11241e998d9ead4010ac3c91 /package/bash | |
parent | a217fc80b29080dae963bb15051df023de36ce39 (diff) | |
parent | 16d94117a716fc361d3db9a2a17cf4c45eab837d (diff) |
resolve conflicts
Diffstat (limited to 'package/bash')
-rw-r--r-- | package/bash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/bash/Makefile b/package/bash/Makefile index c7ec39eb6..008d661a7 100644 --- a/package/bash/Makefile +++ b/package/bash/Makefile @@ -17,7 +17,8 @@ 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+= --disable-rpath +CONFIGURE_ARGS+= --disable-rpath \ + --cache-file=/dev/null XAKE_FLAGS+= LIBS_FOR_BUILD='' post-install: |