mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
pdns-recursor: add package
Maintainer: me Compile tested: armv7l, OpenWRT SDK Run tested: armv7l Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 - confirmed PowerDNS recursor links correctly against libraries and runs on my target environment. Description: PowerDNS Recursor is a high-performance resolving name server, utilizing multiple processor and including Lua scripting capabilities. This commit includes the recursive nameserver https://www.powerdns.com/recursor.html Signed-off-by: James Taylor <james@jtaylor.id.au>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -357,12 +357,6 @@
|
||||
pubsuffix.cc: $(srcdir)/effective_tld_names.dat
|
||||
$(AM_V_GEN)./mkpubsuffixcc
|
||||
|
||||
-## Config file
|
||||
-sysconf_DATA = recursor.conf-dist
|
||||
-
|
||||
-recursor.conf-dist: pdns_recursor
|
||||
- $(AM_V_GEN)./pdns_recursor --config > $@
|
||||
-
|
||||
## Manpages
|
||||
MANPAGES=pdns_recursor.1 \
|
||||
rec_control.1
|
||||
Reference in New Issue
Block a user