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: ...@@ -80,7 +80,6 @@ override_dh_auto_build:
./autogen.sh && \ ./autogen.sh && \
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--without-dbus \
--host=${HOST_ARCH} --host=${HOST_ARCH}
# Daemon build # Daemon build
......
...@@ -85,7 +85,6 @@ cd %{_builddir}/ring-project/daemon && \ ...@@ -85,7 +85,6 @@ cd %{_builddir}/ring-project/daemon && \
./autogen.sh && \ ./autogen.sh && \
./configure \ ./configure \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
--without-dbus \
--libdir=%{_libdir} --libdir=%{_libdir}
# Build the daemon. # Build the daemon.
......
...@@ -99,9 +99,7 @@ mkdir -p contrib/native ...@@ -99,9 +99,7 @@ mkdir -p contrib/native
make -j"${proc}" make -j"${proc}"
) )
if [[ "${enable_libwrap}" == "true" ]]; then if [[ "${enable_libwrap}" != "true" ]]; then
CONFIGURE_FLAGS+=" --without-dbus"
else
# Disable shared if requested # Disable shared if requested
if [[ "$OSTYPE" != "darwin"* ]]; then if [[ "$OSTYPE" != "darwin"* ]]; then
CONFIGURE_FLAGS+=" --disable-shared" 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