Skip to content
Snippets Groups Projects
Commit dcbb399a authored by Natanael Copa's avatar Natanael Copa
Browse files

main/util-linux: re-enable tests unless bootstrap

fixes commit b00d1b16 (main/util-linux: disable check if
bootstrapping) which did the opposite of what commit message says.
parent 57ddc444
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ url="https://git.kernel.org/cgit/utils/util-linux/util-linux.git" ...@@ -9,7 +9,6 @@ url="https://git.kernel.org/cgit/utils/util-linux/util-linux.git"
arch="all" arch="all"
license="GPL-3.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only AND license="GPL-3.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only AND
LGPL-2.1-or-later AND BSD-3-Clause AND BSD-4-Clause-UC AND Public-Domain" LGPL-2.1-or-later AND BSD-3-Clause AND BSD-4-Clause-UC AND Public-Domain"
checkdepends="bash findutils xz"
makedepends_build=" makedepends_build="
autoconf autoconf
automake automake
...@@ -50,6 +49,7 @@ subpackages=" ...@@ -50,6 +49,7 @@ subpackages="
wipefs:_mv_bin wipefs:_mv_bin
" "
if [ -z "$BOOTSTRAP" ]; then if [ -z "$BOOTSTRAP" ]; then
checkdepends="bash findutils xz procps coreutils"
makedepends_build="$makedepends_build asciidoctor" makedepends_build="$makedepends_build asciidoctor"
makedepends_host="$makedepends_host makedepends_host="$makedepends_host
linux-pam-dev linux-pam-dev
...@@ -64,9 +64,9 @@ if [ -z "$BOOTSTRAP" ]; then ...@@ -64,9 +64,9 @@ if [ -z "$BOOTSTRAP" ]; then
runuser:_mv_bin runuser:_mv_bin
py3-libmount:_py3 py3-libmount:_py3
" "
options="!check"
_bootstrap_config="--enable-runuser --with-python=3 --with-econf" _bootstrap_config="--enable-runuser --with-python=3 --with-econf"
else else
options="!check"
_bootstrap_config="--without-python --without-econf --disable-asciidoc --disable-login" _bootstrap_config="--without-python --without-econf --disable-asciidoc --disable-login"
fi fi
subpackages="$subpackages $pkgname-doc $pkgname-misc" subpackages="$subpackages $pkgname-doc $pkgname-misc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment