dev-libs/libusb: Work around racy Makefile
authorMike Gilbert <floppym@gentoo.org>
Thu, 4 Feb 2016 04:17:36 +0000 (23:17 -0500)
committerMike Gilbert <floppym@gentoo.org>
Thu, 4 Feb 2016 04:17:36 +0000 (23:17 -0500)
Bug: https://bugs.gentoo.org/573802

Package-Manager: portage-2.2.27_p57

dev-libs/libusb/libusb-1.0.20.ebuild

index fa30329699865f9fe2ff5f244f820f269287a942..0723c730c4f76f263ca84414d9f7db9ef825a43e 100644 (file)
@@ -33,7 +33,8 @@ multilib_src_configure() {
 }
 
 multilib_src_compile() {
-       emake
+       # Bug 573802
+       emake -j1
 
        if multilib_is_native_abi; then
                use doc && emake -C doc docs