[gnome-ostree] 3.6: Explicitly disable SysV support in systemd



commit ef7f4dcc87d30824c069259aa0164fddfaacb262
Author: Colin Walters <walters verbum org>
Date:   Thu Sep 13 08:33:28 2012 -0400

    3.6: Explicitly disable SysV support in systemd
    
    Otherwise it drags in a legacy "lock" group we don't need.

 gnomeos-3.6.json |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gnomeos-3.6.json b/gnomeos-3.6.json
index fad0bdf..b92c168 100644
--- a/gnomeos-3.6.json
+++ b/gnomeos-3.6.json
@@ -94,7 +94,9 @@
 
    		{"src": "git:git://anongit.freedesktop.org/systemd/systemd",
 		 "tag": "88fae6e0441d4195e089434f07d3e7fd811d6297",
-		 "config-opts": ["--disable-manpages"]},
+		 "config-opts": ["--disable-manpages",
+				 "--with-sysvinit-path=",
+				 "--with-sysvrcd-path="]},
 
    		{"src": "git:git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git",
 		 "patches": ["linux-firmware-configure-Make-executable.patch"],



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]