From 55c873b55d13d0d91a59912648a125604c246ae9 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 11 Dec 2017 16:51:51 +0100 Subject: [PATCH] colord: Do not install systemd service unit [1] > --with-systemdsystemunitdir=no: Disables attempting to build with > systemd libraries. [1] http://www.linuxfromscratch.org/blfs/view/8.1/general/colord.html --- colord.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colord.be0 b/colord.be0 index 6ea3be805..2d285a1dd 100755 --- a/colord.be0 +++ b/colord.be0 @@ -33,7 +33,8 @@ mee_configure() { --disable-static \ --disable-systemd-login \ --disable-udev \ - --with-daemon-user=colord + --with-daemon-user=colord \ + --without-systemdsystemunitdir } #mee_build() {