On Sat, 6 Dec 2025, Marek Marczykowski-Górecki wrote: > This doesn't exclude sysvinit scripts, but allows testing systemd too. > > Signed-off-by: Marek Marczykowski-Górecki <[email protected]>
Acked-by: Stefano Stabellini <[email protected]> > -- > Changes in v4: > - drop systemd-dev, add --enable-systemd always > Changes in v3: > - switch to trixie > > New in v2. > --- > automation/scripts/build | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/automation/scripts/build b/automation/scripts/build > index 7a81d229decd..9485f37c7020 100755 > --- a/automation/scripts/build > +++ b/automation/scripts/build > @@ -71,6 +71,7 @@ else > # Full build. Figure out our ./configure options > cfgargs=("--prefix=/usr") > cfgargs+=("--enable-docs") > + cfgargs+=("--enable-systemd") > > # booleans for which compiler is in use > cc_is_gcc="$($cc --version | grep -q gcc && echo "y" || :)" > -- > git-series 0.9.1 >
