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:
@@ -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; \
|
||||
) \
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user