mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 16:54:32 +04:00
also fix license variable Co-authored-by: Tianling Shen <cnsztl@gmail.com> Signed-off-by: Otto Moerbeek <otto@drijf.net> Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
19 lines
594 B
Diff
19 lines
594 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -527,15 +527,6 @@ $(srcdir)/effective_tld_names.dat:
|
|
pubsuffix.cc: $(srcdir)/effective_tld_names.dat
|
|
$(AM_V_GEN)./mkpubsuffixcc
|
|
|
|
-## Config file
|
|
-sysconf_DATA = recursor.conf-dist recursor.yml-dist
|
|
-
|
|
-recursor.conf-dist: pdns_recursor
|
|
- $(AM_V_GEN)./pdns_recursor --config=default > $@
|
|
-
|
|
-recursor.yml-dist: pdns_recursor
|
|
- dir=$$(mktemp -d) && touch "$$dir/recursor.yml" && ./pdns_recursor --config-dir="$$dir" --config=default 2> /dev/null > $@ && rm "$$dir/recursor.yml" && rmdir "$$dir"
|
|
-
|
|
## Manpages
|
|
MANPAGES=pdns_recursor.1 \
|
|
rec_control.1
|