From: Kefu Chai Date: Thu, 8 Apr 2021 08:46:09 +0000 (+0800) Subject: do_freebsd.sh: disable WITH_SYSTEMD X-Git-Tag: v17.1.0~2294^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40658%2Fhead;p=ceph.git 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 --- diff --git a/do_freebsd.sh b/do_freebsd.sh index 4c2422a69d8c..097fe19e68f0 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 \