seems like openswan needed another flags to compile properly
[openwrt.git] / openwrt / target / linux / package / openswan / Makefile
index 229ebbc..5afec1b 100644 (file)
@@ -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):
This page took 0.021751 seconds and 4 git commands to generate.