X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/582993793745b7390401e9c383d22cf6b6217c7e..c1791fbd323e3eb23a245cd19074aeb248772790:/include/host-build.mk?ds=inline diff --git a/include/host-build.mk b/include/host-build.mk index b5c2a2203..2950ec721 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" \