summaryrefslogtreecommitdiff
path: root/manualPorts/journalctl/Pkgfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-03-29 10:27:14 +0200
committerErich Eckner <git@eckner.net>2021-03-29 10:27:14 +0200
commit88015156545215ecdf72ad0a64d849c734d172bf (patch)
tree8cd63564e4cf4ad6dcab9f090f4b9f9ae9a0d3cb /manualPorts/journalctl/Pkgfile
parentc66c68f1f7ce0c363e159a3a0cdb5c351ec21db5 (diff)
downloadcrux-ports-88015156545215ecdf72ad0a64d849c734d172bf.tar.xz
journalctl: 247.3-1 -> 247.6-1
Diffstat (limited to 'manualPorts/journalctl/Pkgfile')
-rw-r--r--manualPorts/journalctl/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/manualPorts/journalctl/Pkgfile b/manualPorts/journalctl/Pkgfile
index ecb277d..81f46e4 100644
--- a/manualPorts/journalctl/Pkgfile
+++ b/manualPorts/journalctl/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: meson lz4
name=journalctl
-version=247.3
+version=247.6
release=1
source=("https://github.com/systemd/systemd-stable/archive/v$version.tar.gz")
@@ -13,7 +13,7 @@ build() {
find systemd-stable-${version} \
-type f \
-exec sed -i "s/'debug'/'debugg'/g" {} \;
- meson systemd-stable-${version} build -Dlz4=true
+ meson systemd-stable-${version} build -Dlz4=true -Defi=false -Dgnu-efi=false
ninja -C build
ninja -C build man/journalctl.1
ldd build/journalctl