All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/rocksdb: add gflags optional dependency
@ 2020-02-15 11:06 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2020-02-15 11:06 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=589849add79c3c4e15c06fd13012154f550e029b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/rocksdb/rocksdb.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/rocksdb/rocksdb.mk b/package/rocksdb/rocksdb.mk
index e2a72b4dbe..8109605916 100644
--- a/package/rocksdb/rocksdb.mk
+++ b/package/rocksdb/rocksdb.mk
@@ -19,6 +19,13 @@ else
 ROCKSDB_CONF_OPTS += ROCKSDB_DISABLE_BZ2=1
 endif
 
+ifeq ($(BR2_PACKAGE_GFLAGS),y)
+ROCKSDB_DEPENDENCIES += gflags
+ROCKSDB_MAKE_OPTS += ROCKSDB_DISABLE_GFLAGS=0
+else
+ROCKSDB_MAKE_OPTS += ROCKSDB_DISABLE_GFLAGS=1
+endif
+
 ifeq ($(BR2_PACKAGE_JEMALLOC),y)
 ROCKSDB_DEPENDENCIES += jemalloc
 ROCKSDB_MAKE_OPTS += ROCKSDB_DISABLE_JEMALLOC=0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-15 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-15 11:06 [Buildroot] [git commit] package/rocksdb: add gflags optional dependency Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.