From 5c486aa77df8c7f7564266e4c71cc36994570855 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 8 Apr 2021 16:46:09 +0800 Subject: [PATCH] do_freebsd.sh: disable WITH_SYSTEMD as FreeBSD does not has systemd at the time of writing, so it does not make sense to build or install systemd support. Signed-off-by: Kefu Chai --- do_freebsd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/do_freebsd.sh b/do_freebsd.sh index 4c2422a69d8ca..097fe19e68f0b 100755 --- a/do_freebsd.sh +++ b/do_freebsd.sh @@ -44,6 +44,7 @@ mkdir ${BUILD_DIR} -D ENABLE_GIT_VERSION=OFF \ -D WITH_RADOSGW_AMQP_ENDPOINT=OFF \ -D WITH_RADOSGW_KAFKA_ENDPOINT=OFF \ + -D WITH_SYSTEMD=OFF \ -D WITH_SYSTEM_BOOST=ON \ -D WITH_SYSTEM_NPM=ON \ -D WITH_LTTNG=OFF \ -- 2.39.5