1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../openldap/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 --- openldap-2.2.20/configure.orig 2005-01-23 00:05:04.000000000 -0800
17 +++ openldap-2.2.20/configure 2005-01-23 00:07:39.000000000 -0800
21 # This must be Linux ELF.
23 +linux-gnu*|linux-uclibc*)
25 alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*)
26 lt_cv_deplibs_check_method=pass_all ;;
27 @@ -6068,6 +6068,29 @@
28 dynamic_linker='GNU/Linux ld.so'
35 + library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
36 + soname_spec='${libname}${release}.so$major'
37 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
38 + shlibpath_var=LD_LIBRARY_PATH
39 + shlibpath_overrides_runpath=no
40 + # This implies no fast_install, which is unacceptable.
41 + # Some rework will be needed to allow for fast_install
42 + # before this can be enabled.
43 + hardcode_into_libs=yes
45 + # We used to test for /lib/ld.so.1 and disable shared libraries on
46 + # powerpc, because MkLinux only supported shared libraries with the
47 + # GNU dynamic linker. Since this was broken with cross compilers,
48 + # most powerpc-linux boxes support dynamic linking these days and
49 + # people can always --disable-shared, the test was removed, and we
50 + # assume the GNU/Linux dynamic linker is in use.
51 + dynamic_linker='uClibc ld.so'