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

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"