diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-11-02 02:42:06 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-11-02 02:42:06 +0000 |
| commit | 576b7eca0fc269c1ba220d80228309eb271a0e78 (patch) | |
| tree | ed21b44107563337f579e302f94ef73bf24c2833 /openwrt/target/linux/package/openswan | |
| parent | ea72d399efdfd968036ed9b6b0db60a5d29091c7 (diff) | |
| download | mtk-20170518-576b7eca0fc269c1ba220d80228309eb271a0e78.zip mtk-20170518-576b7eca0fc269c1ba220d80228309eb271a0e78.tar.gz mtk-20170518-576b7eca0fc269c1ba220d80228309eb271a0e78.tar.bz2 | |
use the cross-compiler to build additional packages
SVN-Revision: 2312
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 3ea5cf7..fbfd7c9 100644 --- a/openwrt/target/linux/package/openswan/Makefile +++ b/openwrt/target/linux/package/openswan/Makefile @@ -28,6 +28,7 @@ $(PKG_BUILD_DIR)/.built: $(TARGET_CONFIGURE_OPTS) \ KERNELSRC="$(KERNEL_DIR)" \ ARCH="$(LINUX_KARCH)" \ + CROSS_COMPILE="$(TARGET_CROSS)" \ USERCOMPILE="$(FLAGS)" \ module |
