From f0c81a775607a643e4b35aa591e167af0613e420 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 13 Nov 2005 00:25:34 +0000 Subject: [PATCH] fix openswan compile with linux-2.6 (bug #8) SVN-Revision: 2466 --- openwrt/target/linux/package/openswan/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/target/linux/package/openswan/Makefile b/openwrt/target/linux/package/openswan/Makefile index be0d32315d..229ebbc30e 100644 --- a/openwrt/target/linux/package/openswan/Makefile +++ b/openwrt/target/linux/package/openswan/Makefile @@ -30,6 +30,7 @@ $(PKG_BUILD_DIR)/.built: ARCH="$(LINUX_KARCH)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ USERCOMPILE="$(FLAGS)" \ + AS="$(TARGET_CC) $(TARGET_CFLAGS)" \ module $(IPKG_KMOD_OPENSWAN): -- 2.30.2