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.

46 lines
2.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../uclibc/pkg_patch/psmisc-add_libintl.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. --- psmisc-21.9/src/Makefile.in.orig 2005-12-22 23:00:00.000000000 +0100
  18. +++ psmisc-21.9/src/Makefile.in 2005-12-23 08:30:15.000000000 +0100
  19. @@ -54,13 +54,13 @@
  20. PROGRAMS = $(bin_PROGRAMS)
  21. am_fuser_OBJECTS = fuser.$(OBJEXT) signals.$(OBJEXT)
  22. fuser_OBJECTS = $(am_fuser_OBJECTS)
  23. -fuser_LDADD = $(LDADD)
  24. +fuser_LDADD = $(LDADD) @LTLIBINTL@
  25. am_killall_OBJECTS = killall.$(OBJEXT) signals.$(OBJEXT)
  26. killall_OBJECTS = $(am_killall_OBJECTS)
  27. killall_DEPENDENCIES =
  28. am_oldfuser_OBJECTS = oldfuser.$(OBJEXT) signals.$(OBJEXT)
  29. oldfuser_OBJECTS = $(am_oldfuser_OBJECTS)
  30. -oldfuser_LDADD = $(LDADD)
  31. +oldfuser_LDADD = $(LDADD) @LTLIBINTL@
  32. am_pstree_OBJECTS = pstree.$(OBJEXT)
  33. pstree_OBJECTS = $(am_pstree_OBJECTS)
  34. pstree_DEPENDENCIES =
  35. @@ -179,9 +179,9 @@
  36. oldfuser_SOURCES = oldfuser.c comm.h signals.c signals.h loop.h i18n.h
  37. fuser_SOURCES = fuser.c comm.h signals.c signals.h i18n.h fuser.h
  38. killall_SOURCES = killall.c comm.h signals.c signals.h i18n.h
  39. -killall_LDADD = @SELINUX_LIB@
  40. +killall_LDADD = @SELINUX_LIB@ @LTLIBINTL@
  41. pstree_SOURCES = pstree.c comm.h i18n.h
  42. -pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@
  43. +pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@ @LTLIBINTL@
  44. BUILT_SOURCES = signames.h
  45. EXTRA_DIST = signames.c
  46. CLEANFILES = signames.h