gentooLTO
gentooLTO copied to clipboard
net-libs/farstream-0.2.9: Parallel build errors with lto and MAKEOPTS > 1
This package doesn't seem to like building with lto, but it gives a weird error:
libtool: error: cannot find the library 'libfarstream-0.2.la' or unhandled argument 'libfarstream-0.2.la'
Disabling lto altogether works, but so does setting MAKEOPTS="-j1".
Is there a way of enforcing MAKEOPTS="-j1" for a single package? farstream doesn't take too long to build.
Or is there another way around this bug?
farstreamlog.txt
Is there a way of enforcing MAKEOPTS="-j1" for a single package?
I belive the ebuild needs to specify emake -j1