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