]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - pdns-recursor/patches/pdns-recursor-fixmakefile.patch
nftables: Update to snapshot 20150531
[people/amarx/ipfire-3.x.git] / pdns-recursor / patches / pdns-recursor-fixmakefile.patch
CommitLineData
67f21619
MT
1diff -up pdns-recursor-3.2-rc2/Makefile.orig pdns-recursor-3.2-rc2/Makefile
2--- pdns-recursor-3.2-rc2/Makefile.orig 2010-03-01 16:52:23.000000000 +0100
3+++ pdns-recursor-3.2-rc2/Makefile 2010-03-01 16:53:10.000000000 +0100
4@@ -71,15 +71,12 @@ basic_checks:
5 install: all
6 -mkdir -p $(DESTDIR)/$(SBINDIR)
7 mv pdns_recursor $(DESTDIR)/$(SBINDIR)
8- strip $(DESTDIR)/$(SBINDIR)/pdns_recursor
9 mkdir -p $(DESTDIR)/$(BINDIR)
10 mv rec_control $(DESTDIR)/$(BINDIR)
11- strip $(DESTDIR)/$(BINDIR)/rec_control
12 -mkdir -p $(DESTDIR)/$(CONFIGDIR)
13 $(DESTDIR)/$(SBINDIR)/pdns_recursor --config > $(DESTDIR)/$(CONFIGDIR)/recursor.conf-dist
14 -mkdir -p $(DESTDIR)/usr/share/man/man1
15 cp pdns_recursor.1 rec_control.1 $(DESTDIR)/usr/share/man/man1
16- $(OS_SPECIFIC_INSTALL)
17
18 clean: binclean
19 -rm -f dep *~ *.gcda *.gcno optional/*.gcda optional/*.gcno