diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-13 11:35:29 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-13 11:35:29 +0000 |
commit | 1d37ae18e238000645f60a907609481c18ca7a6b (patch) | |
tree | c3a9ed57c601368bd4a3fa4c9d85b5c6ef0ac4a6 /openwrt | |
parent | c5b9d58b461d0da65056224d057e253d98b30911 (diff) |
seems like openswan needed another flags to compile properly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2470 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/package/openswan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/openswan/Makefile b/openwrt/target/linux/package/openswan/Makefile index 229ebbc30..5afec1b3d 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): |