|
|
@ -1,46 +0,0 @@ |
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../uclibc/pkg_patch/psmisc-add_libintl.patch |
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
|
# This patch file is dual-licensed. It is available under the license the |
|
|
|
# patched project is licensed under, as long as it is an OpenSource license |
|
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
|
|
# of the GNU General Public License as published by the Free Software |
|
|
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
|
|
# version. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
--- psmisc-21.9/src/Makefile.in.orig 2005-12-22 23:00:00.000000000 +0100
|
|
|
|
+++ psmisc-21.9/src/Makefile.in 2005-12-23 08:30:15.000000000 +0100
|
|
|
|
@@ -54,13 +54,13 @@
|
|
|
|
PROGRAMS = $(bin_PROGRAMS) |
|
|
|
am_fuser_OBJECTS = fuser.$(OBJEXT) signals.$(OBJEXT) |
|
|
|
fuser_OBJECTS = $(am_fuser_OBJECTS) |
|
|
|
-fuser_LDADD = $(LDADD)
|
|
|
|
+fuser_LDADD = $(LDADD) @LTLIBINTL@
|
|
|
|
am_killall_OBJECTS = killall.$(OBJEXT) signals.$(OBJEXT) |
|
|
|
killall_OBJECTS = $(am_killall_OBJECTS) |
|
|
|
killall_DEPENDENCIES = |
|
|
|
am_oldfuser_OBJECTS = oldfuser.$(OBJEXT) signals.$(OBJEXT) |
|
|
|
oldfuser_OBJECTS = $(am_oldfuser_OBJECTS) |
|
|
|
-oldfuser_LDADD = $(LDADD)
|
|
|
|
+oldfuser_LDADD = $(LDADD) @LTLIBINTL@
|
|
|
|
am_pstree_OBJECTS = pstree.$(OBJEXT) |
|
|
|
pstree_OBJECTS = $(am_pstree_OBJECTS) |
|
|
|
pstree_DEPENDENCIES = |
|
|
|
@@ -179,9 +179,9 @@
|
|
|
|
oldfuser_SOURCES = oldfuser.c comm.h signals.c signals.h loop.h i18n.h |
|
|
|
fuser_SOURCES = fuser.c comm.h signals.c signals.h i18n.h fuser.h |
|
|
|
killall_SOURCES = killall.c comm.h signals.c signals.h i18n.h |
|
|
|
-killall_LDADD = @SELINUX_LIB@
|
|
|
|
+killall_LDADD = @SELINUX_LIB@ @LTLIBINTL@
|
|
|
|
pstree_SOURCES = pstree.c comm.h i18n.h |
|
|
|
-pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@
|
|
|
|
+pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@ @LTLIBINTL@
|
|
|
|
BUILT_SOURCES = signames.h |
|
|
|
EXTRA_DIST = signames.c |
|
|
|
CLEANFILES = signames.h |