diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-10 15:52:26 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-10 15:52:26 +0000 |
commit | e2a83fbe39c7911dd8b82a360d06c6e8e3f8c336 (patch) | |
tree | 360c3d6f9274a95ffebaa33eae7ae94f4b69d725 /package | |
parent | 31ad0c45dc659b15a127a7a2d4da2dd4e4f68dcb (diff) |
Fix cross-compile of embedded berkeley db
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1596 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/osiris/patches/configure-cross.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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*) |