From: nbd Date: Sun, 13 Nov 2005 00:25:34 +0000 (+0000) Subject: fix openswan compile with linux-2.6 (bug #8) X-Git-Tag: fast2504n-3.10.28-merged~22942^2~1582 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=e7c065810173e4e4f855c35c1dd2ec93864e2ccb;p=openwrt.git fix openswan compile with linux-2.6 (bug #8) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2466 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/package/openswan/Makefile b/target/linux/package/openswan/Makefile index be0d32315d..229ebbc30e 100644 --- a/target/linux/package/openswan/Makefile +++ b/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):