* update db to 6.2.32-2
This commit is contained in:
parent
d4f5a80aec
commit
a145520b68
@ -6,7 +6,7 @@
|
||||
|
||||
pkgname=db
|
||||
pkgver=6.2.32
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The Berkeley DB embedded database system"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://www.oracle.com/technology/software/products/berkeley-db/index.html'
|
||||
@ -19,13 +19,13 @@ build() {
|
||||
cd ${pkgname}-${pkgver}/build_unix
|
||||
../dist/configure \
|
||||
--prefix=/usr \
|
||||
--build=${CHOST} \
|
||||
--enable-compat185 \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--enable-cxx \
|
||||
--enable-dbm \
|
||||
--enable-stl \
|
||||
--build=${CHOST}
|
||||
--enable-stl
|
||||
make LIBSO_LIBS=-lpthread
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user