mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/nettle to 3.7.3-1.1
This commit is contained in:
parent
463e007626
commit
71af724f4c
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
# Contributor: bender02 at gmx dot com
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable neon, assembler
|
||||
# remove when bumped upstream
|
||||
|
||||
pkgname=nettle
|
||||
pkgver=3.7.3
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
pkgdesc="A low-level cryptographic library"
|
||||
arch=('x86_64')
|
||||
url="https://www.lysator.liu.se/~nisse/nettle"
|
||||
|
@ -23,7 +22,7 @@ validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller <nisse
|
|||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
--disable-static --disable-arm-neon --disable-assembler
|
||||
--disable-static
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue