summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-02 16:59:57 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-30 12:59:11 +0100
commit54730720c30d0247aaf8542c0eea567e15e8eed5 (patch)
treead3a17aa2bc0ef854031501dcc1ea446e421f1ca
parent81d42e8b96b5cc64957e03967578eb057f9a7d98 (diff)
downloadsystemd-54730720c30d0247aaf8542c0eea567e15e8eed5.tar.gz
systemd: disable lzma compressed journal
This would require xz which is not in foundation. It is possible that this may be included later as systemd does not appear to be able to use anything else to compress its journal
-rw-r--r--systemd.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd.morph b/systemd.morph
index 7f86a9a6ff..b73d1960a6 100644
--- a/systemd.morph
+++ b/systemd.morph
@@ -4,6 +4,6 @@
"build-system": "autotools",
"configure-commands": [
"sh autogen.sh",
- "./configure --prefix=\"$PREFIX\" --disable-manpages --sysconfdir=/etc --localstatedir=/var --libdir=\"$PREFIX/lib\" --libexecdir=\"$PREFIX/libexec\""
+ "./configure --prefix=\"$PREFIX\" --disable-xz --disable-manpages --sysconfdir=/etc --localstatedir=/var --libdir=\"$PREFIX/lib\" --libexecdir=\"$PREFIX/libexec\""
]
}