summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/dns.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index cd809fa9b92..5e85aba5ecd 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -782,6 +782,13 @@ served by AS112. Stub and forward zones are supported.")
782 (lambda _ 782 (lambda _
783 (substitute* "Makefile.in" 783 (substitute* "Makefile.in"
784 ((" (etc|var)") "")) 784 ((" (etc|var)") ""))
785 #t))
786 (add-after 'configure 'omit-spurious-references
787 (lambda _
788 ;; The many Makefile.in grep this(!) to #define BUILD_OPTIONS.
789 (substitute* "config.log"
790 (("(=/gnu/store/)[^-]*" _ match)
791 (string-append match "...")))
785 #t))) 792 #t)))
786 #:configure-flags 793 #:configure-flags
787 (list "--sysconfdir=/etc" 794 (list "--sysconfdir=/etc"