From df925537cfe0a4706b85353376da6f12996871bb Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 19 Dec 2016 18:02:24 +0100 Subject: [PATCH] Don't call `hostname -f` on openbsd Closes #2579 --- m4/pdns_enable_reproducible.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/pdns_enable_reproducible.m4 b/m4/pdns_enable_reproducible.m4 index ac65c0c017..7be3c5de98 100644 --- a/m4/pdns_enable_reproducible.m4 +++ b/m4/pdns_enable_reproducible.m4 @@ -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" -- 2.47.2