package-version-override calls autoreconf which breaks on any package that doesn't use autoconf. This patch removes that assumption.
--- include/package-version-override.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/include/package-version-override.mk b/include/package-version-override.mk index eaaa352..2c1741e 100644 --- a/include/package-version-override.mk +++ b/include/package-version-override.mk @@ -62,7 +62,6 @@ define prepare_custom_source_directory rm -Rf $(PKG_BUILD_DIR); \ echo "Preparing Custom Source Directory link: $(CONFIG_$(PKG_NAME)_CUSTOM_SOURCE_DIR)"; \ ln -snf $(CONFIG_$(PKG_NAME)_CUSTOM_SOURCE_DIR) $(PKG_BUILD_DIR); \ - ( cd $(PKG_BUILD_DIR); autoreconf -i; ) \ else \ echo "Custom Source Directory $(CONFIG_$(PKG_NAME)_CUSTOM_SOURCE_DIR) is invalid"; \ false; \ -- 1.7.9.5 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel