From: Tom Hromatka Date: Wed, 26 Oct 2022 16:17:50 +0000 (-0600) Subject: bootstrap: Enable python and systemd by default X-Git-Tag: v3.1.0~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ddae86b22fdfd96fa3ca32b4d1b472de2b0378;p=thirdparty%2Flibcgroup.git bootstrap: Enable python and systemd by default Signed-off-by: Tom Hromatka Reviewed-by: Kamalesh Babulal --- diff --git a/bootstrap.sh b/bootstrap.sh index 0aea9976..1244f71a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -24,6 +24,6 @@ autoreconf -fi rm -fr autom4te.cache CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var \ - --enable-opaque-hierarchy="name=systemd" + --enable-opaque-hierarchy="name=systemd" --enable-systemd --enable-python make clean