X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1bba18de7a6c725ad4758393d329d50222a18f15..748cabc8d44cb8d3cd0e11e9f7d5aafc18bd2faa:/include/autotools.mk diff --git a/include/autotools.mk b/include/autotools.mk index 24f9b721d..7797031fd 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -41,6 +41,8 @@ define autoreconf -B $(STAGING_DIR_HOST)/share/aclocal \ $(patsubst %,-I %,$(5)) \ $(patsubst %,-I %,$(4)) $(4) || true; \ + [ -e $(p)/config.rpath ] || \ + ln -s $(SCRIPT_DIR)/config.rpath $(p)/config.rpath; fi; \ ) \ );