File pdns-recursor-3.2rc1-strip.patch of Package pdns-recursor
Index: Makefile
===================================================================
--- Makefile.orig
+++ Makefile
@@ -71,10 +71,8 @@ basic_checks:
install: all
-mkdir -p $(DESTDIR)/$(SBINDIR)
mv pdns_recursor $(DESTDIR)/$(SBINDIR)
- strip $(DESTDIR)/$(SBINDIR)/pdns_recursor
mkdir -p $(DESTDIR)/$(BINDIR)
mv rec_control $(DESTDIR)/$(BINDIR)
- strip $(DESTDIR)/$(BINDIR)/rec_control
-mkdir -p $(DESTDIR)/$(CONFIGDIR)
$(DESTDIR)/$(SBINDIR)/pdns_recursor --config > $(DESTDIR)/$(CONFIGDIR)/recursor.conf-dist
-mkdir -p $(DESTDIR)/usr/share/man/man1