main/db: fix build with gcc 14

Don't bother fix the configure scripts properly since we are not going
to upstream anything.
This commit is contained in:
Natanael Copa 2024-08-07 10:25:53 +02:00
parent 90c81bc21c
commit 32e4a37817

View file

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=db
pkgver=5.3.28
pkgrel=5
pkgrel=6
pkgdesc="The Berkeley DB embedded database system"
url="https://www.oracle.com/technology/software/products/berkeley-db/index.html"
arch="all"
@ -19,7 +19,7 @@ prepare() {
build() {
cd build_unix
../dist/configure \
CFLAGS="$CFLAGS -fpermissive" ../dist/configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \