mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 02:25:24 +01:00
add options=!lto
This commit is contained in:
parent
2a7530b6eb
commit
a085bc651d
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = mingw-w64-openssl
|
||||
pkgdesc = The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (mingw-w64)
|
||||
pkgver = 1.1.1.m
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://www.openssl.org
|
||||
arch = any
|
||||
license = BSD
|
||||
|
|
@ -12,6 +12,7 @@ pkgbase = mingw-w64-openssl
|
|||
options = !strip
|
||||
options = staticlibs
|
||||
options = !buildflags
|
||||
options = !lto
|
||||
source = https://www.openssl.org/source/openssl-1.1.1m.tar.gz
|
||||
source = https://www.openssl.org/source/openssl-1.1.1m.tar.gz.asc
|
||||
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -8,7 +8,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
|
|||
|
||||
pkgname=mingw-w64-openssl
|
||||
pkgver=${_pkgver/[a-z]/.${_pkgver//[0-9.]/}}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (mingw-w64)"
|
||||
arch=('any')
|
||||
url="https://www.openssl.org"
|
||||
|
|
@ -17,7 +17,7 @@ depends=('mingw-w64-zlib')
|
|||
makedepends=('mingw-w64-gcc'
|
||||
'mingw-w64-environment'
|
||||
'perl')
|
||||
options=('!strip' 'staticlibs' '!buildflags')
|
||||
options=('!strip' 'staticlibs' '!buildflags' '!lto')
|
||||
source=("https://www.openssl.org/source/openssl-${_pkgver}.tar.gz"{,.asc})
|
||||
sha256sums=('f89199be8b23ca45fc7cb9f1d8d3ee67312318286ad030f5316aca6462db6c96'
|
||||
'SKIP')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue