Elogind v239.1 Devuan/Debian combined source

Mark Hindley mark at hindley.org.uk
Sat Nov 3 20:45:14 GMT 2018


On Sat, Nov 03, 2018 at 01:45:43AM +0100, Adam Borowski wrote:
> Alas, fails to build on Debian for me: http://ix.io/1qMU
> (About to hit the sack so I didn't look at "why?".)

Thanks. I think I have fixed this: meson sets a different rootprefix depending
on whether it sees the system as 'split-usr'!

Thanks

Mark

commit fffec2cd439e8b1b154026a8a981b5628cef2c55
Author: Mark Hindley <mark at hindley.org.uk>
Date:   Sat Nov 3 20:41:37 2018 +0000

    Meson changes the rootprefix depending on if if detects a 'split-usr'
    environment. For consistency set split-usr=true.

diff --git a/debian/rules b/debian/rules
index 332ce1cff..b1023c94f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@
 CONFFLAGS = \
   -Dpamlibdir=/lib/$(DEB_HOST_MULTIARCH)/security \
   -Drootlibdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
+  -Dsplit-usr=true \
   -Ddocdir=/usr/share/doc/elogind \
   -Dudevrulesdir=/lib/udev/rules.d \
   -Ddefault-kill-user-processes=false \





More information about the Debian-init-diversity mailing list