summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-13 11:35:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-13 11:35:29 +0000
commit22aeff06e5614c04969dc8450f27767b21d920c8 (patch)
tree20f235822cc7165e74ad1a0de72becf8b8efe711 /openwrt
parent325be15770db1047bb980bd967d641a2dd84faae (diff)
downloadmtk-20170518-22aeff06e5614c04969dc8450f27767b21d920c8.zip
mtk-20170518-22aeff06e5614c04969dc8450f27767b21d920c8.tar.gz
mtk-20170518-22aeff06e5614c04969dc8450f27767b21d920c8.tar.bz2
seems like openswan needed another flags to compile properly
SVN-Revision: 2470
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/target/linux/package/openswan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/openswan/Makefile b/openwrt/target/linux/package/openswan/Makefile
index 229ebbc..5afec1b 100644
--- 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):