summaryrefslogtreecommitdiff
path: root/pwx
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-03-26 18:22:06 +0200
committerSven Eden <yamakuzure@gmx.net>2018-03-26 18:26:12 +0200
commitf54f5cd0dde625f9f7d9e89abb24414f2592fa2e (patch)
tree5508fae7f3ea86ceae5f82bb156747d4c551d491 /pwx
parent3bca3ce937e45e811eb4a264826075e7c0e9228a (diff)
Prep v236: Adapt elogind parts in the build system to upstream changes.
Diffstat (limited to 'pwx')
-rwxr-xr-xpwx/rebuild_all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pwx/rebuild_all.sh b/pwx/rebuild_all.sh
index b90b97ac8..a77ec9c40 100755
--- a/pwx/rebuild_all.sh
+++ b/pwx/rebuild_all.sh
@@ -40,7 +40,7 @@ if [[ $minVers -gt 234 ]]; then
debug_opt="-Ddebug=\"\" --buildtype release"
if [[ "x$xType" = "xdebug" ]]; then
- debug_opt="-Ddebug=elogind -Dtest=unsafe --buildtype debug"
+ debug_opt="-Ddebug=elogind -Dtests=unsafe --buildtype debug"
fi
set -x
@@ -80,7 +80,7 @@ if [[ $minVers -gt 234 ]]; then
-Dcgroup-controller=openrc -Ddefault-hierarchy=$cgdefault \
-Dacl=true -Dpam=true -Dselinux=false \
-Dbashcompletiondir=$PREFIX/usr/share/bash-completion/completions \
- -Dzsh-completion=$PREFIX/usr/share/zsh/site-functions \
+ -Dzshcompletiondir=$PREFIX/usr/share/zsh/site-functions \
$extra_opts $(pwd -P) $(pwd -P)/build
set +x