From ce6935134808f99e5bcda21e8e7e3599aef0b43b Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 2 Nov 2005 02:42:06 +0000 Subject: use the cross-compiler to build additional packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2312 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/package/openswan/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/package/openswan') diff --git a/target/linux/package/openswan/Makefile b/target/linux/package/openswan/Makefile index 3ea5cf7c4..fbfd7c968 100644 --- a/target/linux/package/openswan/Makefile +++ b/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 -- cgit v1.2.3