poco: moved to github
[openwrt/svn-archive/archive.git] / net / httping / patches / 001-no_strip.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -113,9 +113,6 @@ install: $(TARGET) $(TRANSLATIONS)
4 $(INSTALLMAN) $(MAN_NL) $(DESTDIR)/$(MANDIR)/nl/man1
5 $(INSTALLDIR) $(DESTDIR)/$(DOCDIR)
6 $(INSTALLDOC) $(DOCS) $(DESTDIR)/$(DOCDIR)
7 -ifneq ($(DEBUG),yes)
8 - $(STRIP) $(DESTDIR)/$(BINDIR)/$(TARGET)
9 -endif
10 mkdir -p $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES
11 cp nl.mo $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES/httping.mo
12