projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
seems like openswan needed another flags to compile properly
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
openswan
/
Makefile
diff --git
a/openwrt/target/linux/package/openswan/Makefile
b/openwrt/target/linux/package/openswan/Makefile
index
229ebbc
..
5afec1b
100644
(file)
--- a/
openwrt/target/linux/package/openswan/Makefile
+++ b/
openwrt/target/linux/package/openswan/Makefile
@@
-30,7
+30,7
@@
$(PKG_BUILD_DIR)/.built:
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
USERCOMPILE="$(FLAGS)" \
- AS="$(TARGET_CC) $(TARGET_CFLAGS)" \
+ AS="$(TARGET_CC)
-c
$(TARGET_CFLAGS)" \
module
$(IPKG_KMOD_OPENSWAN):
This page took
0.025902 seconds
and
4
git commands to generate.