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 | fffed85fb273b95eb9d92870fc48301e695296ca (patch) | |
| tree | 406c55d0912556334cd019d093daecb0dfd9b829 | |
| parent | e2d0036d5861e49e1cc354f840152e07c78dfdbf (diff) | |
| download | upstream-fffed85fb273b95eb9d92870fc48301e695296ca.tar.gz upstream-fffed85fb273b95eb9d92870fc48301e695296ca.tar.bz2 upstream-fffed85fb273b95eb9d92870fc48301e695296ca.zip | |
Fix cross-compile of embedded berkeley db
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1596 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 9ef79d0fdf0..025a3f84197 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*) |
