From 073c5e0e74f504b9b63d51b3e5b092bde144e66b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 27 Feb 2011 15:39:27 +0000 Subject: add config.rpath and link it in autotools.mk if missing, some packages might need it, especially users of lib-link.m4 or iconv.m4 SVN-Revision: 25753 --- include/autotools.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/autotools.mk') 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; \ ) \ ); -- cgit v1.2.3