summaryrefslogtreecommitdiff
path: root/include/host-build.mk
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-06-08 10:37:20 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-06-08 10:37:20 +0000
commit6fb68cb589d76499f5da5902dd83c87722a228f5 (patch)
treedf1e4004cf474c4fbd4f56c39233484229e97ae3 /include/host-build.mk
parent4374b417931687cc5ced776b92c69aa1f961246e (diff)
downloadmtk-20170518-6fb68cb589d76499f5da5902dd83c87722a228f5.zip
mtk-20170518-6fb68cb589d76499f5da5902dd83c87722a228f5.tar.gz
mtk-20170518-6fb68cb589d76499f5da5902dd83c87722a228f5.tar.bz2
use newer config.guess and config.sub for packages then the shipped ones
SVN-Revision: 7532
Diffstat (limited to 'include/host-build.mk')
-rw-r--r--include/host-build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index b5c2a22..2950ec7 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -30,6 +30,7 @@ endef
define Build/Configure/Default
@(cd $(PKG_BUILD_DIR)/$(3); \
[ -x configure ] && \
+ $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/$(3)/ && \
$(2) \
CPPFLAGS="-I$(STAGING_DIR)/host/include" \
LDFLAGS="-L$(STAGING_DIR)/host/lib" \