mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
7c8200bfd4
commit
41abec5250
@ -46,6 +46,11 @@ src_configure() {
|
|||||||
econf
|
econf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
# bug #962192
|
||||||
|
emake -j1
|
||||||
|
}
|
||||||
|
|
||||||
src_test() {
|
src_test() {
|
||||||
# sming test is known to fail and some other fail if LC_ALL!=C:
|
# 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
|
# https://mail.ibr.cs.tu-bs.de/pipermail/libsmi/2008-March/001014.html
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user