summaryrefslogtreecommitdiffstats
path: root/rules/host-systemd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-08-01 22:04:43 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-08-02 10:59:46 +0200
commit2329f4efbd150e7c7c69a50580c03a6f2c25bd9c (patch)
treed40840c4d30e5a193f634a8778391bdae35cb5c8 /rules/host-systemd.make
parent5172210e3862b76f048dae61d02711665c135d0e (diff)
downloadptxdist-2329f4efbd150e7c7c69a50580c03a6f2c25bd9c.tar.gz
ptxdist-2329f4efbd150e7c7c69a50580c03a6f2c25bd9c.tar.xz
host-systemd: bzip2 is not needed
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-systemd.make')
-rw-r--r--rules/host-systemd.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-systemd.make b/rules/host-systemd.make
index 2bd170825..55da55266 100644
--- a/rules/host-systemd.make
+++ b/rules/host-systemd.make
@@ -45,7 +45,7 @@ HOST_SYSTEMD_CONF_OPT := \
--disable-apparmor \
--disable-xz \
--disable-zlib \
- --enable-bzip2 \
+ --disable-bzip2 \
--disable-lz4 \
--disable-pam \
--disable-acl \