projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325be15
)
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)
SVN-Revision: 2470
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 229ebbc30e707d29ec6a6998e9325268a69dcc67..5afec1b3d2e60a9c2dfb7ba21978d3b2221e5910 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):