net-libs/libsmi: build with -j1

My previous fix was incomplete and I don't really want to leave this
broken for even longer.

Bug: https://bugs.gentoo.org/944131
Closes: https://bugs.gentoo.org/962192
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-09-14 15:50:27 +01:00
parent 7c8200bfd4
commit 41abec5250
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -46,6 +46,11 @@ src_configure() {
econf
}
src_compile() {
# bug #962192
emake -j1
}
src_test() {
# sming test is known to fail and some other fail if LC_ALL!=C:
# https://mail.ibr.cs.tu-bs.de/pipermail/libsmi/2008-March/001014.html