[buildroot] add config.rpath and link it in autotools.mk if missing, some packages...
[openwrt.git] / include / autotools.mk
index 24f9b72..7797031 100644 (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; \
                ) \
        );
This page took 0.025799 seconds and 4 git commands to generate.