projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: enable GPIO support for the AR934x SoCs
[openwrt.git]
/
include
/
autotools.mk
diff --git
a/include/autotools.mk
b/include/autotools.mk
index
24f9b72
..
7797031
100644
(file)
--- 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; \
) \
);
This page took
0.027937 seconds
and
4
git commands to generate.