mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
Summary: X-link: https://github.com/facebookincubator/velox/pull/7542 ties all of the pieces together. The bulk of the net-new logic is in `OverlayFile`, with the LMDB stuff being ported from other implementations or just delegating calls to other classes. Reviewed By: kmancini Differential Revision: D46914322 fbshipit-source-id: 3434b71c92ece6b94a3c08828df286b04152d50f
18 lines
337 B
Plaintext
18 lines
337 B
Plaintext
[manifest]
|
|
name = lmdb
|
|
|
|
[build]
|
|
builder = make
|
|
subdir = lmdb-LMDB_0.9.31/libraries/liblmdb
|
|
|
|
[download]
|
|
url = https://github.com/LMDB/lmdb/archive/refs/tags/LMDB_0.9.31.tar.gz
|
|
sha256 = dd70a8c67807b3b8532b3e987b0a4e998962ecc28643e1af5ec77696b081c9b0
|
|
|
|
[make.build_args]
|
|
BUILD_STATIC_ONLY=y
|
|
|
|
[make.install_args]
|
|
install
|
|
BUILD_STATIC_ONLY=y
|