OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.9 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../uclibc/pkg_patch/bdb33-uclibc.patch
  5. # Copyright (C) 2006 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. --- db-3.3.11/dist/configure.orig 2005-01-22 05:56:30.000000000 +0000
  18. +++ db-3.3.11/dist/configure 2005-01-22 05:59:53.000000000 +0000
  19. @@ -7106,6 +7106,29 @@
  20. dynamic_linker='GNU/Linux ld.so'
  21. ;;
  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
  35. +
  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. + ;;
  44. +
  45. netbsd*)
  46. version_type=sunos
  47. need_lib_prefix=no