aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/botan/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/botan/APKBUILD b/main/botan/APKBUILD
index bfbdd189f26..78ff2986f5a 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 \