aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-13 00:25:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-13 00:25:34 +0000
commit06bcc50b763282d1ae5d6d08114cf1d1e890b9b4 (patch)
tree14ad7aba6753ea4afad63f39a19de3f11c29e313 /target
parentb15ce50891e9b0df2ad3dceb84bb0c7b36bced8d (diff)
downloadmaster-187ad058-06bcc50b763282d1ae5d6d08114cf1d1e890b9b4.tar.gz
master-187ad058-06bcc50b763282d1ae5d6d08114cf1d1e890b9b4.tar.bz2
master-187ad058-06bcc50b763282d1ae5d6d08114cf1d1e890b9b4.zip
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
Diffstat (limited to 'target')
-rw-r--r--target/linux/package/openswan/Makefile1
1 files changed, 1 insertions, 0 deletions
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):