This commit is contained in:
blshkv 2020-07-07 09:00:42 +08:00
parent b22683a3bb
commit 5546f114eb
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -34,7 +34,8 @@ S=${WORKDIR}
src_prepare() {
default
rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die
#there are no these symlinks in arm bins
use amd64 && rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die
}
src_install() {