sys-auth/passwdqc: force single threading

Closes: https://bugs.gentoo.org/728528
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2020-06-17 18:12:42 +03:00
parent 61490c090c
commit eb88dbf433

View File

@@ -27,7 +27,7 @@ src_prepare() {
}
_emake() {
emake \
emake -j1 \
SHARED_LIBDIR="/usr/$(get_libdir)" \
SECUREDIR="$(getpam_mod_dir)" \
CFLAGS="${CFLAGS} ${CPPFLAGS}" \