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.

40 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../glibc/make-install-lib-all.patch
  5. # Copyright (C) 2004 - 2006 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. # --- SDE-COPYRIGHT-NOTE-END ---
  16. diff -Naur glibc-2.3.4.orig/Makerules glibc-2.3.4/Makerules
  17. --- glibc-2.3.4.orig/Makerules 2004-12-15 20:52:39.000000000 +0200
  18. +++ glibc-2.3.4/Makerules 2005-02-19 15:16:31.415125176 +0200
  19. @@ -844,6 +844,13 @@
  20. installed-libcs := $(foreach o,$(filter-out .os,$(object-suffixes-for-libc)),\
  21. $(inst_libdir)/$(patsubst %,$(libtype$o),\
  22. $(libprefix)$(libc-name)))
  23. +
  24. +install-lib-all: $(inst_slibdir)/libc.so$(libc.so-version) \
  25. + $(inst_slibdir)/libc-$(version).so \
  26. + $(inst_libdir)/libc.so \
  27. + $(inst_libdir)/libc.a \
  28. + install-lib
  29. +
  30. install: $(installed-libcs)
  31. $(installed-libcs): $(inst_libdir)/lib$(libprefix)%: lib $(+force)
  32. $(make-target-directory)
  33. @@ -867,6 +874,7 @@
  34. install-lib.so := $(filter %.so,$(install-lib:%_pic.a=%.so))
  35. install-lib := $(filter-out %.so %_pic.a,$(install-lib))
  36. +
  37. ifeq (yes,$(build-shared))
  38. # Find which .so's have versions.
  39. versioned := $(strip $(foreach so,$(install-lib.so),\