diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-21 16:38:56 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-21 16:55:56 +0200 |
| commit | 576a16995ea26cf9d2c5aebe504c7863d1bc26f2 (patch) | |
| tree | b875c5be088ead7b62ef63b18765434436711d6d /gnu | |
| parent | 4733c76c555f2e5a9b2c71d70b5e4ae8b351d3e8 (diff) | |
gnu: yadifa: Strip spurious store references.
* gnu/packages/dns.scm (yadifa)[arguments]: Add an
‘omit-spurious-references’ phase.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/dns.scm | 7 |
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" |
