[arch-commits] Commit in rocksdb/trunk (PKGBUILD)
Anatol Pomozov
anatolik at gemini.archlinux.org
Wed Nov 17 22:46:27 UTC 2021
Date: Wednesday, November 17, 2021 @ 22:46:27
Author: anatolik
Revision: 1051257
upgpkg: rocksdb 6.26.0-1
FS#72565 enable RTTI back
Modified:
rocksdb/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-17 22:42:24 UTC (rev 1051256)
+++ PKGBUILD 2021-11-17 22:46:27 UTC (rev 1051257)
@@ -2,7 +2,7 @@
# Contributor: László Várady <laszlo.varady93 at gmail.com>
pkgname=rocksdb
-pkgver=6.23.3
+pkgver=6.26.0
pkgrel=1
pkgdesc='Embedded key-value store for fast storage'
arch=(x86_64)
@@ -9,12 +9,13 @@
url="https://rocksdb.org/"
license=(GPL2 Apache)
depends=(bzip2 jemalloc lz4 snappy zlib zstd tbb liburing)
+makedepends=(python)
source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
-sha256sums=('1617532c5c02af0f8922f91e09eb566a79dfeb67d254b3ecc6908b240b6822e9')
+sha256sums=('b793066463da71d31a46f31946e4fca435a7c3e73435e2bb1d062d95e0a20116')
build() {
cd rocksdb-$pkgver
- PORTABLE=1 make shared_lib
+ PORTABLE=1 USE_RTTI=1 make shared_lib
}
check() {
More information about the arch-commits
mailing list