mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 10:38:21 +04:00
pdns-recursor: Build rec-5.0.1, adding Rust dependencies
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>
This commit is contained in:
committed by
Rosen Penev
parent
f9c90fce0a
commit
40efc9a4e2
@@ -1,14 +1,17 @@
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -507,12 +507,6 @@ $(srcdir)/effective_tld_names.dat:
|
||||
@@ -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
|
||||
-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 \
|
||||
|
||||
Reference in New Issue
Block a user