diff options
author | Kefu Chai <kchai@redhat.com> | 2021-04-08 10:46:09 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2021-04-08 10:59:39 +0200 |
commit | 5c486aa77df8c7f7564266e4c71cc36994570855 (patch) | |
tree | 401cd0033fcef17c61d3e986c377e190eb31440e /do_freebsd.sh | |
parent | cmake: s/HAVE_MSGHDR/WITH_SYSTEMD/ (diff) | |
download | ceph-5c486aa77df8c7f7564266e4c71cc36994570855.tar.xz ceph-5c486aa77df8c7f7564266e4c71cc36994570855.zip |
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 <kchai@redhat.com>
Diffstat (limited to 'do_freebsd.sh')
-rwxr-xr-x | do_freebsd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/do_freebsd.sh b/do_freebsd.sh index 4c2422a69d8..097fe19e68f 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 \ |