aboutsummaryrefslogtreecommitdiff
path: root/ci/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-xci/build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh
index c50bb7f2..e6b1123a 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -13,6 +13,12 @@ case "${VENDORDIR-}" in
;;
esac
+case "${USE_LOGIND-}" in
+ yes)
+ opts="$opts -Dlogind=enabled"
+ ;;
+esac
+
case "${USE_OPENSSL-}" in
yes)
opts="$opts -Dopenssl=enabled"