~openssl.org

This commit is contained in:
Max Howell 2022-09-25 09:06:14 -04:00
parent f03aa9daaf
commit 26999621fc

View file

@ -24,7 +24,7 @@ build:
curl.se: '*' # to download ca-certs on linux
git-scm.org: 2 # to apply our patch
script: |
git apply "{{ pkg.pantry-prefix }}"/x509_def.c.diff
git apply props/x509_def.c.diff
./Configure --prefix={{ prefix }} $ARCH no-tests $ARGS --openssldir={{prefix}}/ssl
make --jobs {{ hw.concurrency }}