From: nico Date: Wed, 10 Aug 2005 15:52:26 +0000 (+0000) Subject: Fix cross-compile of embedded berkeley db X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/e2a83fbe39c7911dd8b82a360d06c6e8e3f8c336 Fix cross-compile of embedded berkeley db git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1596 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/osiris/patches/configure-cross.patch b/package/osiris/patches/configure-cross.patch index 9ef79d0fd..025a3f841 100644 --- a/package/osiris/patches/configure-cross.patch +++ b/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*)