Date: Wednesday, June 24, 2015 @ 09:10:17 Author: heftig Revision: 241247
Add --disable-kdbus again It's just not usable yet. See https://github.com/systemd/systemd/issues/308 Make people use kdbus=1 if they want to shoot their own feet. Modified: systemd/trunk/PKGBUILD ----------+ PKGBUILD | 1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-23 23:02:23 UTC (rev 241246) +++ PKGBUILD 2015-06-24 07:10:17 UTC (rev 241247) @@ -55,6 +55,7 @@ --enable-gnuefi \ --disable-audit \ --disable-ima \ + --disable-kdbus \ --with-sysvinit-path= \ --with-sysvrcnd-path= \ --with-ntp-servers="${timeservers[*]}"