]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build: include BPF_FRAMEWORK tag in version string
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 Dec 2021 10:50:51 +0000 (19:50 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 Dec 2021 10:54:33 +0000 (19:54 +0900)
src/basic/build.c

index f8baaabb9fa696b4572fb4657976d771400bdd39..e34d23adeb5194e611396183441a75578cc2e0b9 100644 (file)
@@ -194,6 +194,12 @@ const char* const systemd_features =
 
         /* other stuff that doesn't fit above */
 
+#if BPF_FRAMEWORK
+        " +BPF_FRAMEWORK"
+#else
+        " -BPF_FRAMEWORK"
+#endif
+
 #if HAVE_XKBCOMMON
         " +XKBCOMMON"
 #else