diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-13 00:25:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-13 00:25:34 +0000 |
commit | 468e507c0ab649106f71e5e5c6463209c0264564 (patch) | |
tree | 42f6d5f1c310fd4f12acf74bf72f133c2a45f4eb /openwrt/target/linux/package | |
parent | dc11a603a407e52cf23662ee9dec21dba7b78b14 (diff) | |
download | mtk-20170518-468e507c0ab649106f71e5e5c6463209c0264564.zip mtk-20170518-468e507c0ab649106f71e5e5c6463209c0264564.tar.gz mtk-20170518-468e507c0ab649106f71e5e5c6463209c0264564.tar.bz2 |
fix openswan compile with linux-2.6 (bug #8)
SVN-Revision: 2466
Diffstat (limited to 'openwrt/target/linux/package')
-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 be0d323..229ebbc 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): |