mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
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:
parent
90c81bc21c
commit
32e4a37817
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user