nassl: remove -j1 workaround, unable to reproduce

This commit is contained in:
blshkv 2020-10-17 14:48:08 +08:00
parent 0aa381ec18
commit 7af6e94fbd
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 3 additions and 2 deletions

View file

@ -50,7 +50,7 @@ src_compile() {
compile_python() {
${EPYTHON} setup.py build_ext
#https://github.com/nabla-c0d3/nassl/issues/63
MAKEOPTS="${MAKEOPTS} -j1"
# MAKEOPTS="${MAKEOPTS} -j1"
distutils-r1_python_compile
}
python_foreach_impl compile_python

View file

@ -51,7 +51,8 @@ src_install() {
if use doc; then
pushd docs/ >/dev/null || die
emake -j1 man html
#unable to reproduce
# emake -j1 man html
doman build/man/pymisp.1
dodoc -r build/html