]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Don't call `hostname -f` on openbsd 5019/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 19 Dec 2016 17:02:24 +0000 (18:02 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 14 Feb 2017 13:02:37 +0000 (14:02 +0100)
Closes #2579

(cherry picked from commit df925537cfe0a4706b85353376da6f12996871bb)

m4/pdns_enable_reproducible.m4

index ac65c0c0172de2a751f4a98fb47e53cfa85097b0..7be3c5de989dc9aa849ce6f3dde024dfc3d6cca2 100644 (file)
@@ -15,7 +15,7 @@ AC_DEFUN([PDNS_ENABLE_REPRODUCIBLE], [
     build_user=$(id -u -n)
 
     case "$host_os" in
-    solaris2.1* | SunOS)
+    solaris2.1* | SunOS | openbsd*)
       build_host_host=$(hostname)
       build_host_domain=$(domainname)
       build_host="$build_host_host.$build_host_domain"