From: Felix Fietkau Date: Sun, 13 Nov 2005 11:35:29 +0000 (+0000) Subject: seems like openswan needed another flags to compile properly X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=adaf84844200d4d04bbbe404710c8381c10b03c1;p=15.05%2Fopenwrt.git seems like openswan needed another flags to compile properly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2470 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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):