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
This commit is contained in:
Jo-Philipp Wich
2011-02-27 15:39:27 +00:00
parent c864843cbf
commit 073c5e0e74
2 changed files with 668 additions and 0 deletions

View File

@@ -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; \
) \
);