diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-13 00:25:34 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-13 00:25:34 +0000 |
commit | c640efa5e5eabcf467047e72ce92eaef4219fdbb (patch) | |
tree | 2a0446f3cf7c9c498d99b21af2d6609e52446e5a /openwrt/target/linux/package/openswan | |
parent | 3082db0a65db95b6a27d01de59efd36441438248 (diff) |
fix openswan compile with linux-2.6 (bug #8)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2466 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/openswan')
-rw-r--r-- | openwrt/target/linux/package/openswan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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): |