mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-18 22:26:13 +01:00
nassl: potential fix, unable to reproduce https://github.com/pentoo/pentoo-overlay/issues/1233
This commit is contained in:
parent
49263bb380
commit
bda5f5d4ee
1 changed files with 3 additions and 3 deletions
|
|
@ -46,9 +46,9 @@ src_prepare() {
|
|||
src_compile() {
|
||||
#FIXME: get rid of invoke and compile it using Gentoo env
|
||||
#https://github.com/nabla-c0d3/nassl/issues/42
|
||||
python3 /usr/bin/invoke build.zlib --do-not-clean
|
||||
python3 /usr/bin/invoke build.legacy-openssl --do-not-clean
|
||||
python3 /usr/bin/invoke build.modern-openssl --do-not-clean
|
||||
${EPYTHON} /usr/bin/invoke build.zlib --do-not-clean
|
||||
${EPYTHON} /usr/bin/invoke build.legacy-openssl --do-not-clean
|
||||
${EPYTHON} /usr/bin/invoke build.modern-openssl --do-not-clean
|
||||
distutils-r1_src_compile
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue