From: Pieter Lexis Date: Mon, 19 Dec 2016 17:02:24 +0000 (+0100) Subject: Don't call `hostname -f` on openbsd X-Git-Tag: dnsdist-1.1.0~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4793%2Fhead;p=thirdparty%2Fpdns.git Don't call `hostname -f` on openbsd Closes #2579 --- 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"