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>
This commit is contained in:
Kefu Chai 2021-04-08 16:46:09 +08:00
parent 8c44876be4
commit 5c486aa77d

View File

@ -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 \