mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 10:22:43 +01:00
Remove !makeflags
This commit is contained in:
parent
d5b3a66ae4
commit
a71041dced
2 changed files with 2 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,5 +1,5 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Mar 2 02:08:39 UTC 2016
|
||||
# Wed Mar 16 10:07:24 UTC 2016
|
||||
pkgbase = mingw-w64-openssl
|
||||
pkgdesc = The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (mingw-w64)
|
||||
pkgver = 1.0.2.g
|
||||
|
|
@ -12,7 +12,6 @@ pkgbase = mingw-w64-openssl
|
|||
depends = mingw-w64-zlib
|
||||
options = !strip
|
||||
options = !buildflags
|
||||
options = !makeflags
|
||||
options = staticlibs
|
||||
source = http://www.openssl.org/source/openssl-1.0.2g.tar.gz
|
||||
source = http://www.openssl.org/source/openssl-1.0.2g.tar.gz.asc
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -8,7 +8,7 @@ pkgdesc="The Open Source toolkit for Secure Sockets Layer and Transport Layer Se
|
|||
arch=(any)
|
||||
depends=(mingw-w64-zlib)
|
||||
makedepends=(mingw-w64-gcc perl)
|
||||
options=(!strip !buildflags !makeflags staticlibs)
|
||||
options=(!strip !buildflags staticlibs)
|
||||
license=("custom:BSD")
|
||||
url="http://www.openssl.org"
|
||||
source=("http://www.openssl.org/source/openssl-$_ver.tar.gz"{,.asc}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue