diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/autotools.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/autotools.mk b/include/autotools.mk index 24f9b721dd..7797031fd6 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; \ ) \ ); |