nassl: add default action

This commit is contained in:
Anton Bolshakov 2022-07-03 13:02:12 +08:00
parent 277c717f80
commit 0cb0032ac7
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -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() {