We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15905ca commit 2f8fce2Copy full SHA for 2f8fce2
.gitignore
@@ -6,4 +6,6 @@ out/
6
*.iml
7
buildSrc/.gradle
8
buildSrc/build
9
-systemd-build/build
+systemd-build/build
10
+.intellijPlatform
11
+.kotlin
systemd-build/systemd-build.sh
@@ -3,6 +3,8 @@
3
4
echo "Git Pull" && \
5
git pull && \
+ echo "Patching config.h" && \
+ sed -i -E "s/HAVE_SECCOMP 0/HAVE_SECCOMP 1/g" ./build/config.h && \
echo "Run jinja2" && \
python3 ./tools/meson-render-jinja2.py ./build/config.h ./src/core/load-fragment-gperf.gperf.in load-fragment-gperf.gperf && \
echo "Copy file(s)" && \
0 commit comments