mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/botan to 2.10.0-1
This commit is contained in:
parent
ec9dad6636
commit
e5d77ffe2f
1 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
# - disable neon on !AArch64
|
# - disable neon on !AArch64
|
||||||
|
|
||||||
pkgname=botan
|
pkgname=botan
|
||||||
pkgver=2.9.0
|
pkgver=2.10.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Crypto library written in C++'
|
pkgdesc='Crypto library written in C++'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -21,7 +21,7 @@ optdepends=('python: for using botan2.py')
|
||||||
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
|
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
|
||||||
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
|
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
|
||||||
'0001-aarch64-support.patch')
|
'0001-aarch64-support.patch')
|
||||||
sha256sums=('305564352334dd63ae63db039077d96ae52dfa57a3248871081719b6a9f2d119'
|
sha256sums=('88481997578c27924724fea76610d43d9f59c99edfe561d41803bbc98871ad31'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'0e279e3b16e115e26f5dc1edf02a4082f063134513aaf6ad1fbd10a1d2624e37')
|
'0e279e3b16e115e26f5dc1edf02a4082f063134513aaf6ad1fbd10a1d2624e37')
|
||||||
|
|
||||||
|
@ -37,7 +37,8 @@ build() {
|
||||||
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-neon"
|
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-neon"
|
||||||
|
|
||||||
# botan benefits from -O3. Upstream is using it when testing.
|
# botan benefits from -O3. Upstream is using it when testing.
|
||||||
CXXFLAGS="$CXXFLAGS -O3" ./configure.py \
|
CXXFLAGS="$CXXFLAGS -O3" \
|
||||||
|
./configure.py \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--with-bzip \
|
--with-bzip \
|
||||||
--with-lzma \
|
--with-lzma \
|
||||||
|
|
Loading…
Reference in a new issue