X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1bba18de7a6c725ad4758393d329d50222a18f15..1ce317f201484ecadcc56d4b05a8f91846f2f35f:/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; \ ) \ );