aboutsummaryrefslogtreecommitdiff
path: root/net/httping/patches/001-no_strip.patch
diff options
context:
space:
mode:
authorMarcin Jurkowski <marcin1j@gmail.com>2017-07-25 20:46:35 +0200
committerMarcin Jurkowski <marcin1j@gmail.com>2017-07-26 00:23:34 +0200
commitaef80dbb9d18e46e18c6f3a0559f9a8258007444 (patch)
tree2563bc3f53aa537f2570ac56756dea3a6ad1f17d /net/httping/patches/001-no_strip.patch
parentdf1f3a41c8935386d37c02303843f1cc232d620b (diff)
httping: import from oldpackages and upgrade to version 2.5
Package version upgraded to 2.5 with patches: - Fixed compiler warnings - Fixed miscalculated response time - Reduced binary size by stripping unused code Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
Diffstat (limited to 'net/httping/patches/001-no_strip.patch')
-rw-r--r--net/httping/patches/001-no_strip.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/httping/patches/001-no_strip.patch b/net/httping/patches/001-no_strip.patch
new file mode 100644
index 000000000..3dd5e3530
--- /dev/null
+++ b/net/httping/patches/001-no_strip.patch
@@ -0,0 +1,12 @@
+--- a/Makefile
++++ b/Makefile
+@@ -115,9 +115,6 @@ install: $(TARGET) $(TRANSLATIONS)
+ $(INSTALLMAN) $(MAN_RU) $(DESTDIR)/$(MANDIR)/ru/man1
+ $(INSTALLDIR) $(DESTDIR)/$(DOCDIR)
+ $(INSTALLDOC) $(DOCS) $(DESTDIR)/$(DOCDIR)
+-ifneq ($(DEBUG),yes)
+- $(STRIP) $(DESTDIR)/$(BINDIR)/$(TARGET)
+-endif
+ mkdir -p $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES
+ cp nl.mo $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES/httping.mo
+ mkdir -p $(DESTDIR)/$(PREFIX)/share/locale/ru/LC_MESSAGES