forked from security/hakurei
internal/rosa/openssl: fix paths
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -18,16 +18,14 @@ func (t Toolchain) newOpenSSL() pkg.Artifact {
|
||||
}, `
|
||||
cd "$(mktemp -d)"
|
||||
/usr/src/openssl/Configure \
|
||||
--prefix=/system
|
||||
--prefix=/system \
|
||||
--libdir=lib \
|
||||
--openssldir=etc/ssl
|
||||
make \
|
||||
"-j$(nproc)" \
|
||||
HARNESS_JOBS=256 \
|
||||
test
|
||||
make DESTDIR=/work install
|
||||
|
||||
mv \
|
||||
/work/system/lib64 \
|
||||
/work/system/lib
|
||||
`, pkg.Path(AbsUsrSrc.Append("openssl"), false, pkg.NewHTTPGetTar(
|
||||
nil, "https://github.com/openssl/openssl/releases/download/"+
|
||||
"openssl-"+version+"/openssl-"+version+".tar.gz",
|
||||
|
||||
Reference in New Issue
Block a user