diff options
Diffstat (limited to 'net/httping/patches/001-no_strip.patch')
-rw-r--r-- | net/httping/patches/001-no_strip.patch | 12 |
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 |