diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-02 02:42:06 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-02 02:42:06 +0000 |
commit | ce6935134808f99e5bcda21e8e7e3599aef0b43b (patch) | |
tree | 75814e710d040e17bbea4d72bbc73621ad76c341 /target/linux/package/openswan/Makefile | |
parent | 0a6dc7ccb6f202f81f7d9f851b2d9c1bb0fbe5a1 (diff) |
use the cross-compiler to build additional packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2312 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/openswan/Makefile')
-rw-r--r-- | target/linux/package/openswan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/openswan/Makefile b/target/linux/package/openswan/Makefile index 3ea5cf7c4f..fbfd7c968e 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 |