projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f5225d
)
mkosi: Reenable bpf-framework
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Fri, 14 Oct 2022 12:26:50 +0000
(14:26 +0200)
committer
Daan De Meyer
<daan.j.demeyer@gmail.com>
Mon, 17 Oct 2022 06:45:16 +0000
(08:45 +0200)
This got changed by mistake by #24511. Since we still support the
same libbpf version, we can keep this enabled everywhere.
mkosi.build
patch
|
blob
|
history
diff --git
a/mkosi.build
b/mkosi.build
index 4f7b67d7e50485e4c04f0bda10a99b7567773d07..7a32673bb48c06a3c7f8aa635a276abf0ed17e5e 100755
(executable)
--- a/
mkosi.build
+++ b/
mkosi.build
@@
-149,7
+149,7
@@
if [ ! -f "$BUILDDIR"/build.ninja ] ; then
-D gnu-efi=true \
-D kernel-install=true \
-D analyze=true \
- -D bpf-framework=
auto
+ -D bpf-framework=
true
fi
cd "$BUILDDIR"