mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-18 00:20:53 +00:00
Fix cross-compile of embedded berkeley db
SVN-Revision: 1596
This commit is contained in:
@@ -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*)
|
||||
|
||||
Reference in New Issue
Block a user