summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/bash/Makefile1
-rw-r--r--package/binutils/Makefile5
2 files changed, 2 insertions, 4 deletions
diff --git a/package/bash/Makefile b/package/bash/Makefile
index b06ee4991..c0b55681e 100644
--- a/package/bash/Makefile
+++ b/package/bash/Makefile
@@ -16,6 +16,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
XAKE_FLAGS+= LIBS_FOR_BUILD=''
post-install:
diff --git a/package/binutils/Makefile b/package/binutils/Makefile
index 9d1df7793..3d54ff6ea 100644
--- a/package/binutils/Makefile
+++ b/package/binutils/Makefile
@@ -6,6 +6,7 @@ include ${TOPDIR}/toolchain/binutils/Makefile.inc
PKG_DESCR:= binary utilities (nm, objdump, ar, as, ..)
PKG_SECTION:= comp
+PKG_HOST_DEPENDS:= !cygwin
include ${TOPDIR}/mk/package.mk
@@ -16,10 +17,6 @@ CONFIGURE_ARGS+= --disable-werror \
--host=$(REAL_GNU_TARGET_NAME) \
--target=$(REAL_GNU_TARGET_NAME)
-post-patch:
- ${PREVENT_PATCH} ${PATCH} ${WRKDIST} \
- ${TOPDIR}/toolchain/binutils/patches \*.patch
-
post-install:
${INSTALL_DIR} ${IDIR_BINUTILS}/usr/lib
$(CP) ${WRKINST}/usr/lib/*.so ${IDIR_BINUTILS}/usr/lib