mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -27,7 +27,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
_emake() {
|
||||
emake \
|
||||
emake -j1 \
|
||||
SHARED_LIBDIR="/usr/$(get_libdir)" \
|
||||
SECUREDIR="$(getpam_mod_dir)" \
|
||||
CFLAGS="${CFLAGS} ${CPPFLAGS}" \
|
||||
|
||||
Reference in New Issue
Block a user