projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix exec permission on /etc/init.d/S60nfsd
[openwrt.git]
/
openwrt
/
package
/
osiris
/
patches
/
configure-cross.patch
diff --git
a/openwrt/package/osiris/patches/configure-cross.patch
b/openwrt/package/osiris/patches/configure-cross.patch
index
9ef79d0
..
025a3f8
100644
(file)
--- a/
openwrt/package/osiris/patches/configure-cross.patch
+++ b/
openwrt/package/osiris/patches/configure-cross.patch
@@
-5,7
+5,7
@@
-DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes"
-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*)
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"
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*)
case "${OS_NAME}" in
MINGW32*)
This page took
0.022226 seconds
and
4
git commands to generate.