From 22aeff06e5614c04969dc8450f27767b21d920c8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 13 Nov 2005 11:35:29 +0000 Subject: [PATCH] seems like openswan needed another flags to compile properly SVN-Revision: 2470 --- openwrt/target/linux/package/openswan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/package/openswan/Makefile b/openwrt/target/linux/package/openswan/Makefile index 229ebbc30e..5afec1b3d2 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): -- 2.25.1