summaryrefslogtreecommitdiffstats
path: root/rules/systemd.make
diff options
context:
space:
mode:
authorBaeuerle, Florian <Florian.Baeuerle@allegion.com>2018-12-22 13:19:54 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-01-07 16:07:00 +0100
commit30b4132d3fbdda33e3b7cdf7289b48b5554399b6 (patch)
tree22444dc2d0394b646ad9fdd18b45297feaea7821 /rules/systemd.make
parent6433eb09b3bf89e79a3075da89e014ebdac555c1 (diff)
downloadptxdist-30b4132d3fbdda33e3b7cdf7289b48b5554399b6.tar.gz
ptxdist-30b4132d3fbdda33e3b7cdf7289b48b5554399b6.tar.xz
systemd: enable POLKIT support if polkit is selected
Signed-off-by: Florian Bäuerle <florian.baeuerle@allegion.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/systemd.make')
-rw-r--r--rules/systemd.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/systemd.make b/rules/systemd.make
index 5d3836b64..7dd16b716 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -119,7 +119,7 @@ SYSTEMD_CONF_OPT := \
-Doss-fuzz=false \
-Dpam=false \
-Dpcre2=false \
- -Dpolkit=false \
+ -Dpolkit=$(call ptx/truefalse,PTXCONF_SYSTEMD_POLKIT) \
-Dportabled=false \
-Dqrencode=false \
-Dquotacheck=true \