X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=include%2Fhost-build.mk;h=2950ec721731dbeb2486ad625eec0e8a358d8550;hp=b5c2a2203d00673115469a608c0e39c6e34325e2;hb=e87fb5ee5a75b03e8b2e128b611a72e08eab3196;hpb=7067099c14d67d0f5287b0f253f5544783a6cb6b 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" \