diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-10 15:52:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-10 15:52:26 +0000 |
commit | 2cb724bb3670625ba8cfce342dd40990edad62ee (patch) | |
tree | 406c55d0912556334cd019d093daecb0dfd9b829 | |
parent | 754e2b702530bbcc5a37814895d74a3d977a4f15 (diff) | |
download | mtk-20170518-2cb724bb3670625ba8cfce342dd40990edad62ee.zip mtk-20170518-2cb724bb3670625ba8cfce342dd40990edad62ee.tar.gz mtk-20170518-2cb724bb3670625ba8cfce342dd40990edad62ee.tar.bz2 |
Fix cross-compile of embedded berkeley db
SVN-Revision: 1596
-rw-r--r-- | openwrt/package/osiris/patches/configure-cross.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/osiris/patches/configure-cross.patch b/openwrt/package/osiris/patches/configure-cross.patch index 9ef79d0..025a3f8 100644 --- a/openwrt/package/osiris/patches/configure-cross.patch +++ b/openwrt/package/osiris/patches/configure-cross.patch @@ -5,7 +5,7 @@ -DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes" -+DB_CONFIG_ARGS="--target=${target} --host=${host} --build=${build} --enable-shared=no --enable-static=yes" ++DB_CONFIG_ARGS="--target=${target_alias} --host=${host_alias} --build=${build_alias} --enable-shared=no --enable-static=yes" case "${OS_NAME}" in MINGW32*) @@ -16,7 +16,7 @@ dnl configure local copy of Berkely DB: -DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes" -+DB_CONFIG_ARGS="--target=${target} --host=${host} --build=${build} --enable-shared=no --enable-static=yes" ++DB_CONFIG_ARGS="--target=${target_alias} --host=${host_alias} --build=${build_alias} --enable-shared=no --enable-static=yes" case "${OS_NAME}" in MINGW32*) |