62a4c8b30bd5cfb482dafe0808f4913d6fdc3d20
[feed/packages.git] / net / pdns / patches / 100-pdns-disable-pdns.conf-dist.patch
1 diff --git a/pdns/Makefile.am b/pdns/Makefile.am
2 index 2df5fa7..2246088 100644
3 --- a/pdns/Makefile.am
4 +++ b/pdns/Makefile.am
5 @@ -71,7 +71,6 @@ CLEANFILES = \
6 backends/gsql/gsqlbackend.gcno \
7 backends/gsql/gsqlbackend.gcov \
8 dnsmessage.pb.cc dnsmessage.pb.h \
9 - pdns.conf-dist \
10 apidocfiles.h \
11 api-swagger.yaml \
12 api-swagger.json
13 @@ -99,7 +98,6 @@ apidocfiles.h: api-swagger.yaml api-swagger.json
14 ./incfiles $^ > $@
15
16 noinst_SCRIPTS = pdns.init
17 -sysconf_DATA = pdns.conf-dist
18
19 sbin_PROGRAMS = pdns_server
20 bin_PROGRAMS = \
21 @@ -139,7 +137,7 @@ if IXFRDIST
22 bin_PROGRAMS += \
23 ixfrdist
24
25 -sysconf_DATA += \
26 +sysconf_DATA = \
27 ixfrdist.example.yml
28 endif
29
30 @@ -1278,9 +1276,6 @@ dnspcap2protobuf_LDADD = \
31 endif
32 endif
33
34 -pdns.conf-dist: pdns_server
35 - $(AM_V_GEN)./pdns_server --config=default 2>/dev/null > $@
36 -
37 testrunner_SOURCES = \
38 arguments.cc \
39 auth-caches.cc auth-caches.hh \