summaryrefslogtreecommitdiff
path: root/manualPorts/journalctl
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-12 19:41:13 +0100
committerErich Eckner <git@eckner.net>2019-01-12 19:41:13 +0100
commitd43fecaf2d6d11d360dde05b81446757575b8d61 (patch)
treea925183483153ae55169e71ee8fc0d9068d72873 /manualPorts/journalctl
parentc7dd2ff7408da71a2f111fee58db2ae1dc4fceb6 (diff)
downloadcrux-ports-d43fecaf2d6d11d360dde05b81446757575b8d61.tar.xz
journalctl: now with lz4 support *yuck*
Diffstat (limited to 'manualPorts/journalctl')
-rw-r--r--manualPorts/journalctl/.signature4
-rw-r--r--manualPorts/journalctl/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/manualPorts/journalctl/.signature b/manualPorts/journalctl/.signature
index 08abafe..80180df 100644
--- a/manualPorts/journalctl/.signature
+++ b/manualPorts/journalctl/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/deepthought.pub
-RWQxCptPusLGGnRUPpPR8T9OIrzuLZ0WLLjgN11jKAXf0TkiUJOYuX/lj3Eq6zfU6kMo7Db0DP+6bpXn7+1xLpE6enZsDs0I6AU=
-SHA256 (Pkgfile) = be9c231925b46f3ff71502e28f3b8f7d59d0058cfbb6c56311e6016bb59ac57a
+RWQxCptPusLGGrCEGHBrGyKTaaETPSDxoMvFNI0HE3PEQJzln8Af5Y7RJ50wcPPfrWmjJ+3LHaBb3/YTMhVHUfKTHl4awkznrwY=
+SHA256 (Pkgfile) = 2a683ea5f615616e70af3819cb652b886c894653db7fd88349d368a2e1bac612
SHA256 (.footprint) = 9af7947e1eb5239b1e42413241f1eee5fcd37f0d6f7505a765aa260bef91ef39
SHA256 (v240.tar.gz) = 7ce72ce1a0e6e7449f87371fb9efb9f61b9521e45a3f415cf03fbbf86ecfcac7
diff --git a/manualPorts/journalctl/Pkgfile b/manualPorts/journalctl/Pkgfile
index 88f3ff4..f490962 100644
--- a/manualPorts/journalctl/Pkgfile
+++ b/manualPorts/journalctl/Pkgfile
@@ -1,7 +1,7 @@
# Description: journalctl from systemd
# URL: https://github.com/systemd/systemd
# Maintainer: Erich Eckner, crux at eckner dot net
-# Depends on: meson
+# Depends on: meson lz4
name=journalctl
version=240
@@ -13,7 +13,7 @@ build() {
find systemd-stable-${version} \
-type f \
-exec sed -i "s/'debug'/'debugg'/g" {} \;
- meson systemd-stable-${version} build
+ meson systemd-stable-${version} build -Dlz4=true
ninja -C build
ldd build/journalctl
install -Dm755 build/journalctl "$PKG/bin/journalctl"