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

packaging: build without dbus

Change-Id: I4e08d256c651cdbc143c8315329931c6d95364c7
parent 2635c686
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,7 @@ override_dh_auto_build: ...@@ -80,6 +80,7 @@ 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,6 +85,7 @@ cd %{_builddir}/ring-project/daemon && \ ...@@ -85,6 +85,7 @@ 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.
......
...@@ -245,7 +245,7 @@ parts: ...@@ -245,7 +245,7 @@ parts:
cd $SNAPCRAFT_PART_BUILD/daemon cd $SNAPCRAFT_PART_BUILD/daemon
./autogen.sh ./autogen.sh
./configure --prefix=/usr ./configure --prefix=/usr --without-dbus
make -j$SNAPCRAFT_PARALLEL_BUILD_COUNT make -j$SNAPCRAFT_PARALLEL_BUILD_COUNT
DESTDIR=$SNAPCRAFT_PART_INSTALL make install DESTDIR=$SNAPCRAFT_PART_INSTALL make install
......
...@@ -257,7 +257,7 @@ parts: ...@@ -257,7 +257,7 @@ parts:
cd $SNAPCRAFT_PART_BUILD/daemon cd $SNAPCRAFT_PART_BUILD/daemon
./autogen.sh ./autogen.sh
./configure --prefix=/usr ./configure --prefix=/usr --without-dbus
make -j$SNAPCRAFT_PARALLEL_BUILD_COUNT make -j$SNAPCRAFT_PARALLEL_BUILD_COUNT
DESTDIR=$SNAPCRAFT_PART_INSTALL make install DESTDIR=$SNAPCRAFT_PART_INSTALL make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment