wshaper: stupid me, forget to create dirs
[openwrt/svn-archive/archive.git] / admin / osiris / patches / 001-configure-cross.patch
1 --- osiris-4.1.8-orig/configure 2005-04-13 15:22:13.000000000 +0200
2 +++ osiris-4.1.8-1/configure 2005-04-22 23:11:32.000000000 +0200
3 @@ -3606,7 +3606,7 @@
4 esac
5
6
7 -DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes"
8 +DB_CONFIG_ARGS="--target=${target_alias} --host=${host_alias} --build=${build_alias} --enable-shared=no --enable-static=yes"
9
10 case "${OS_NAME}" in
11 MINGW32*)
12 --- osiris-4.1.8-orig/configure.ac 2005-04-13 15:22:13.000000000 +0200
13 +++ osiris-4.1.8-1/configure.ac 2005-04-22 23:11:32.000000000 +0200
14 @@ -270,7 +270,7 @@
15
16 dnl configure local copy of Berkely DB:
17
18 -DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes"
19 +DB_CONFIG_ARGS="--target=${target_alias} --host=${host_alias} --build=${build_alias} --enable-shared=no --enable-static=yes"
20
21 case "${OS_NAME}" in
22 MINGW32*)