Enable systemd service file

Closes #19160
This commit is contained in:
sledgehammer999 2023-06-18 20:02:19 +03:00
parent 9abed9be26
commit 6297eb1c56
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2

4
debian/rules vendored
View File

@ -9,9 +9,9 @@ include /usr/share/dpkg/buildflags.mk
override_dh_auto_configure:
mkdir -p build-nox && cd build-nox && ../configure --prefix=/usr --disable-gui \
--with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
--enable-systemd --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
mkdir -p build-gui && cd build-gui && ../configure --prefix=/usr \
--with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
--enable-systemd --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
override_dh_auto_build:
dh_auto_build --builddirectory build-nox