mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:52:28 +02:00
Fix cross-compile of embedded berkeley db
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1596 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
31ad0c45dc
commit
e2a83fbe39
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user