diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-13 11:35:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-13 11:35:29 +0000 |
commit | 69325a4fbd33e1172b7e1f786662415f21db1824 (patch) | |
tree | 8278bfe9337c788b77be3e7fbe5ea9b123b8264e | |
parent | 1120cb881060e87ad663454b03113fdbfa23bcf9 (diff) | |
download | upstream-69325a4fbd33e1172b7e1f786662415f21db1824.tar.gz upstream-69325a4fbd33e1172b7e1f786662415f21db1824.tar.bz2 upstream-69325a4fbd33e1172b7e1f786662415f21db1824.zip |
seems like openswan needed another flags to compile properly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2470 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/package/openswan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/openswan/Makefile b/target/linux/package/openswan/Makefile index 229ebbc30e..5afec1b3d2 100644 --- a/target/linux/package/openswan/Makefile +++ b/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): |