* updated kmbox (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / database / bdb33 / uclibc.patch.uclibc
blob2ceb1454a4ad1a24998b9b413dd73a2c269bc02a
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../bdb33/uclibc.patch.uclibc
5 # Copyright (C) 2004 - 2016 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
16 --- db-3.3.11/dist/configure.orig       2005-01-22 05:56:30.000000000 +0000
17 +++ db-3.3.11/dist/configure    2005-01-22 05:59:53.000000000 +0000
18 @@ -7106,6 +7106,29 @@
19    dynamic_linker='GNU/Linux ld.so'
20    ;;
22 +linux-uclibc*)
23 +  version_type=linux
24 +  need_lib_prefix=no
25 +  need_version=no
26 +  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
27 +  soname_spec='${libname}${release}.so$major'
28 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
29 +  shlibpath_var=LD_LIBRARY_PATH
30 +  shlibpath_overrides_runpath=no
31 +  # This implies no fast_install, which is unacceptable.
32 +  # Some rework will be needed to allow for fast_install
33 +  # before this can be enabled.
34 +  hardcode_into_libs=yes
36 +  # We used to test for /lib/ld.so.1 and disable shared libraries on
37 +  # powerpc, because MkLinux only supported shared libraries with the
38 +  # GNU dynamic linker.  Since this was broken with cross compilers,
39 +  # most powerpc-linux boxes support dynamic linking these days and
40 +  # people can always --disable-shared, the test was removed, and we
41 +  # assume the GNU/Linux dynamic linker is in use.
42 +  dynamic_linker='uClibc ld.so'
43 +  ;;
45  netbsd*)
46    version_type=sunos
47    need_lib_prefix=no