From 8da357a7ed88a61bec9790f56cefd8882e90dccd1a15a36f67afbdfe6df3a7ab Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 21 Dec 2023 08:24:37 +0000 Subject: [PATCH] disable kmod support for the mini flavor, this complements the previous change OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1479 --- systemd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd.spec b/systemd.spec index daba32a2..efdc4ba1 100644 --- a/systemd.spec +++ b/systemd.spec @@ -761,6 +761,7 @@ export CFLAGS="%{optflags} -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2" -Dhtml=%{when_not bootstrap} \ -Dima=%{when_not bootstrap} \ -Dkernel-install=%{when_not bootstrap} \ + -Dkmod=%{when_not bootstrap} \ -Dlibcryptsetup-plugins=%{when_not bootstrap} \ -Dman=%{when_not bootstrap} \ -Dnss-myhostname=%{when_not bootstrap} \