X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cd9b1ca0b1b7db9b3d2fa5b18796dd232ad3d5d9..e1f6a3c3ba4d8f15a78aad3ff85ec0c79a8422ed:/include/package.mk?ds=inline diff --git a/include/package.mk b/include/package.mk index 5636b0b6a..f0c5511ba 100644 --- a/include/package.mk +++ b/include/package.mk @@ -290,6 +290,16 @@ define Build/Prepare endef define Build/Configure/Default + (cd $(PKG_BUILD_DIR) ; \ + touch configure.in ; \ + touch aclocal.m4 ; \ + touch Makefile.in ; \ + touch configure ; \ + touch acinclude.m4 ; \ + touch config.h.in ; \ + touch configure.ac ; \ + touch stamp-h.in ; \ + ); (cd $(PKG_BUILD_DIR)/$(strip $(3)); \ if [ -x configure ]; then \ $(TARGET_CONFIGURE_OPTS) \