summaryrefslogtreecommitdiff
path: root/net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch')
-rw-r--r--net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch b/net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch
deleted file mode 100644
index c48603a7f491..000000000000
--- a/net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -52,7 +52,7 @@
- $(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
- [ -d $(DESTDIR)$(mandir)/man8 ] || \
- $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man8
-- $(INSTALL) -m 0755 -s softflowd $(DESTDIR)$(sbindir)/softflowd
-- $(INSTALL) -m 0755 -s softflowctl $(DESTDIR)$(sbindir)/softflowctl
-+ $(INSTALL) -m 0755 softflowd $(DESTDIR)$(sbindir)/softflowd
-+ $(INSTALL) -m 0755 softflowctl $(DESTDIR)$(sbindir)/softflowctl
- $(INSTALL) -m 0644 softflowd.8 $(DESTDIR)$(mandir)/man8/softflowd.8
- $(INSTALL) -m 0644 softflowctl.8 $(DESTDIR)$(mandir)/man8/softflowctl.8