Skip to content
Snippets Groups Projects
Unverified Commit 6ece4a1a authored by Sébastien Blin's avatar Sébastien Blin
Browse files

packaging: re-enable dbus on linux

For packages, jamid should be generated on Linux.

GitLab: #1312
Change-Id: I164a88617cbeb5ec79aa910054d5098942ea26d2
parent fc62f4a9
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,6 @@ override_dh_auto_build:
./autogen.sh && \
./configure \
--prefix=/usr \
--without-dbus \
--host=${HOST_ARCH}
# Daemon build
......
......@@ -85,7 +85,6 @@ cd %{_builddir}/ring-project/daemon && \
./autogen.sh && \
./configure \
--prefix=%{_prefix} \
--without-dbus \
--libdir=%{_libdir}
# Build the daemon.
......
......@@ -99,9 +99,7 @@ mkdir -p contrib/native
make -j"${proc}"
)
if [[ "${enable_libwrap}" == "true" ]]; then
CONFIGURE_FLAGS+=" --without-dbus"
else
if [[ "${enable_libwrap}" != "true" ]]; then
# Disable shared if requested
if [[ "$OSTYPE" != "darwin"* ]]; then
CONFIGURE_FLAGS+=" --disable-shared"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment