mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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>
|
# 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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user