mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/openssl to 1.1.1.g-2
This commit is contained in:
parent
8116ec0f6f
commit
c1c87b134a
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@ pkgname=openssl
|
|||
_ver=1.1.1g
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
|
||||
arch=('x86_64')
|
||||
url='https://www.openssl.org'
|
||||
|
@ -64,6 +64,8 @@ check() {
|
|||
patch -p0 -R -i "$srcdir/ca-dir.patch"
|
||||
make test
|
||||
patch -p0 -i "$srcdir/ca-dir.patch"
|
||||
# re-run make to re-generate CA.pl from th patched .in file.
|
||||
make apps/CA.pl
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue