projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c576c3
)
seems like openswan needed another flags to compile properly
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Nov 2005 11:35:29 +0000
(11:35 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Nov 2005 11:35:29 +0000
(11:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2470
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/target/linux/package/openswan/Makefile
patch
|
blob
|
history
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):