chiark / gitweb /
Set cgroup controller fix to "elogin"
authorAndreas Messer <andi@bastelmap.de>
Mon, 8 Jan 2018 20:07:00 +0000 (21:07 +0100)
committerAndreas Messer <andi@bastelmap.de>
Mon, 8 Jan 2018 20:07:00 +0000 (21:07 +0100)
debian/rules

index fa9fc39722b0b10ba8fb958a1b2c81ce654e1ffd..f898bcbb50b6a8e2074e0f2c72f7bca3e70ad2c9 100755 (executable)
@@ -15,12 +15,15 @@ CONFFLAGS = \
   --disable-lto \
   --disable-tests
 
+CONFFLAGS_CGROUPCTRL_ELOGIND= \
+  --with-cgroup-controller=elogind
+
 override_dh_autoreconf:
        dh_autoreconf ./autogen.sh
 
 override_dh_auto_configure:
        dh_auto_configure --builddirectory=build \
-    -- $(CONFFLAGS)
+    -- $(CONFFLAGS) $(CONFFLAGS_CGROUPCTRL_ELOGIND)
 
 override_dh_missing:
        dh_missing --list-missing
@@ -28,7 +31,5 @@ override_dh_missing:
 override_dh_shlibdeps:
        dh_shlibdeps -- -xlibeudev1
          
-
-
 %:
        dh $@ --builddirectory=build --with autoreconf --parallel