aboutsummaryrefslogtreecommitdiffstats
path: root/main/bison/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/bison/APKBUILD')
-rw-r--r--main/bison/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/main/bison/APKBUILD b/main/bison/APKBUILD
index fab20a4ab14..f3424ec3fc1 100644
--- a/main/bison/APKBUILD
+++ b/main/bison/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Ɓukasz Jendrysik <scadu@yandex.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bison
-pkgver=3.7.6
-pkgrel=0
+pkgver=3.8.2
+pkgrel=1
pkgdesc="The GNU general-purpose parser generator"
arch="all"
license="GPL-3.0-or-later"
@@ -21,6 +21,9 @@ subpackages="$pkgname-doc"
# - CVE-2020-24980
build() {
+ # work around temporary failure for armhf
+ CFLAGS="$CFLAGS -O2" \
+ CXXFLAGS="$CXXFLAGS -O2" \
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -41,4 +44,6 @@ package() {
rmdir -p "$pkgdir"/usr/lib 2>/dev/null || true
}
-sha512sums="6c1c9b825fbd2c94b8903f03a7e68e6832599f7bbd8d3c49864537c11b038c45a15de02fd36128d662af314334c83515bbc132df84e9acc6c651e98649c65bad bison-3.7.6.tar.xz"
+sha512sums="
+d4d23af6671406e97257892f90651b67f2ab95219831372be032190b7156c10a3435d457857e677445df8b2327aacccc15344acbbc3808a6f332a93cce23b444 bison-3.8.2.tar.xz
+"