summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/ss/files/ss-1.40.4-check.patch')
-rw-r--r--sys-libs/ss/files/ss-1.40.4-check.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-libs/ss/files/ss-1.40.4-check.patch b/sys-libs/ss/files/ss-1.40.4-check.patch
new file mode 100644
index 000000000000..147690809b48
--- /dev/null
+++ b/sys-libs/ss/files/ss-1.40.4-check.patch
@@ -0,0 +1,11 @@
+--- lib/ss/Makefile.in
++++ lib/ss/Makefile.in
+@@ -163,7 +163,7 @@
+ $(DESTDIR)$(man1dir)/mk_cmds.1
+ $(RM) -rf $(DESTDIR)$(includedir)/ss $(DESTDIR)$(datadir)/ss
+
+-test_ss: test_ss.o test_cmd.o $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR)
++test_ss: test_ss.o test_cmd.o $(LIBSS) $(LIBCOM_ERR)
+ @echo " LD $@"
+ @$(CC) -o $@ test_ss.o test_cmd.o $(ALL_CFLAGS) \
+ $(LIBSS) $(LIBCOM_ERR)