Skip to content
Snippets Groups Projects
Commit 63c3d0bf authored by Liam Coursodon's avatar Liam Coursodon Committed by Andreas Traczyk
Browse files

Build: build without dbus if enable_libwrap is not specified

Change-Id: I8819b193b83f7ee051d78d30990db40e3f295354
parent 6f8f96ed
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,8 @@ else
if [[ "$OSTYPE" != "darwin"* ]]; then
CONFIGURE_FLAGS+=" --disable-shared"
fi
else
CONFIGURE_FLAGS+="--without-dbus"
fi
BUILD_TYPE="Release"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment