This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch fix-brew-sm-build-2 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 5d8ff0671fa9f0d1dd8755938c4fb8a3093a2ea2 Author: Robert Newson <rnew...@apache.org> AuthorDate: Mon Sep 15 16:10:39 2025 +0100 fix centos/freebsd build --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 62a295711..91e783ee8 100755 --- a/configure +++ b/configure @@ -46,7 +46,7 @@ CLOUSEAU_URI=${CLOUSEAU_URI:-"https://github.com/cloudant-labs/clouseau/releases CLOUSEAU_VSN=${CLOUSEAU_VSN:-"2.25.0"} CLOUSEAU_DIR="$(pwd)"/clouseau ARCH="$(uname -m)" -MULTIARCH_NAME="$(command -v dpkg-architecture > /dev/null && dpkg-architecture -q DEB_HOST_MULTIARCH)" +MULTIARCH_NAME="$(command -v dpkg-architecture > /dev/null && dpkg-architecture -q DEB_HOST_MULTIARCH || true)" ERLANG_VER="$(run_erlang 'io:put_chars(erlang:system_info(otp_release)).')" ERLANG_OS="$(run_erlang 'case os:type() of {OS, _} -> io:format("~s~n", [OS]) end.')"