From: Felix Fietkau Date: Sun, 13 Nov 2005 00:25:34 +0000 (+0000) Subject: fix openswan compile with linux-2.6 (bug #8) X-Git-Tag: reboot~31649 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=468e507c0ab649106f71e5e5c6463209c0264564;p=oweals%2Fopenwrt.git fix openswan compile with linux-2.6 (bug #8) SVN-Revision: 2466 --- 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):