aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-03-24 17:15:33 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-03-24 17:15:54 +0000
commit230fcee1e045a7bff073664b72bfc56741858a6b (patch)
tree3b0daa9df66d342e323520896bf6caec08d07c77
parent7c66897081f9745fe01220552b0a9c539ba0e46f (diff)
downloadaports-230fcee1e045a7bff073664b72bfc56741858a6b.tar.bz2
aports-230fcee1e045a7bff073664b72bfc56741858a6b.tar.xz
main/botan: build with python3
-rw-r--r--main/botan/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/botan/APKBUILD b/main/botan/APKBUILD
index bfbdd189f2..78ff2986f5 100644
--- a/main/botan/APKBUILD
+++ b/main/botan/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=botan
pkgver=2.11.0
-pkgrel=4
+pkgrel=5
pkgdesc="Crypto and TLS for C++11"
url="https://botan.randombit.net/"
arch="all"
@@ -26,7 +26,7 @@ builddir="$srcdir/Botan-$pkgver"
build() {
# botan benefits from -O3. Upstream is using it when testing.
CXXFLAGS="$CXXFLAGS -O3" \
- ./configure.py \
+ python3 ./configure.py \
--prefix=/usr \
--mandir=/usr/share/man \
--with-boost \