aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
commit69325a4fbd33e1172b7e1f786662415f21db1824 (patch)
tree8278bfe9337c788b77be3e7fbe5ea9b123b8264e /target
parent1120cb881060e87ad663454b03113fdbfa23bcf9 (diff)
downloadmaster-187ad058-69325a4fbd33e1172b7e1f786662415f21db1824.tar.gz
master-187ad058-69325a4fbd33e1172b7e1f786662415f21db1824.tar.bz2
master-187ad058-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
Diffstat (limited to 'target')
-rw-r--r--target/linux/package/openswan/Makefile2
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):