summaryrefslogtreecommitdiff
path: root/system/psmisc/dont-underlink-peekfd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/psmisc/dont-underlink-peekfd.patch')
-rw-r--r--system/psmisc/dont-underlink-peekfd.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/psmisc/dont-underlink-peekfd.patch b/system/psmisc/dont-underlink-peekfd.patch
new file mode 100644
index 000000000..e1623f193
--- /dev/null
+++ b/system/psmisc/dont-underlink-peekfd.patch
@@ -0,0 +1,10 @@
+--- psmisc-23.0/Makefile.am.old 2017-06-12 00:29:46.000000000 +0000
++++ psmisc-23.0/Makefile.am 2017-06-28 10:21:04.148955051 +0000
+@@ -65,6 +65,7 @@
+ src_killall_SOURCES = src/killall.c src/comm.h src/signals.c src/signals.h src/i18n.h
+ src_killall_LDADD = @LIBINTL@ @SELINUX_LIB@
+ src_peekfd_SOURCES = src/peekfd.c
++src_peekfd_LDADD = @LIBINTL@
+ src_pslog_SOURCES = src/pslog.c
+ src_pstree_SOURCES = src/pstree.c src/comm.h src/i18n.h
+ src_pstree_LDADD = @LIBINTL@ @TERMCAP_LIB@ @SELINUX_LIB@