projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix openswan compile with linux-2.6 (bug #8)
[openwrt.git]
/
target
/
linux
/
package
/
openswan
/
Makefile
diff --git
a/target/linux/package/openswan/Makefile
b/target/linux/package/openswan/Makefile
index
be0d323
..
229ebbc
100644
(file)
--- a/
target/linux/package/openswan/Makefile
+++ b/
target/linux/package/openswan/Makefile
@@
-30,6
+30,7
@@
$(PKG_BUILD_DIR)/.built:
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
USERCOMPILE="$(FLAGS)" \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
USERCOMPILE="$(FLAGS)" \
+ AS="$(TARGET_CC) $(TARGET_CFLAGS)" \
module
$(IPKG_KMOD_OPENSWAN):
module
$(IPKG_KMOD_OPENSWAN):
This page took
0.021989 seconds
and
4
git commands to generate.