1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../bdb33/uclibc.patch.uclibc
5 # Copyright (C) 2004 - 2016 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
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
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'
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'