mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
nassl: add default action
This commit is contained in:
parent
277c717f80
commit
0cb0032ac7
1 changed files with 2 additions and 1 deletions
|
|
@ -44,11 +44,12 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
#FIXME: get rid of invoke and compile it using Gentoo env
|
||||
# #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
|
||||
distutils-r1_src_compile
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue