]> git.pld-linux.org Git - packages/rocksdb.git/blame - rocksdb-detect-flags.patch
- use newer rpm macros that skip checking std::__once_callable, std::__once_call
[packages/rocksdb.git] / rocksdb-detect-flags.patch
CommitLineData
5aa83c43
JB
1--- rocksdb-rocksdb-5.2.1/Makefile.orig 2017-04-28 19:57:40.787056551 +0200
2+++ rocksdb-rocksdb-5.2.1/Makefile 2017-04-28 19:58:43.773722499 +0200
3@@ -140,7 +140,7 @@
4907cb5a
JB
4
5 AM_LINK = $(AM_V_CCLD)$(CXX) $^ $(EXEC_LDFLAGS) -o $@ $(LDFLAGS) $(COVERAGEFLAGS)
6 # detect what platform we're building on
5aa83c43
JB
7-dummy := $(shell (export ROCKSDB_ROOT="$(CURDIR)"; export PORTABLE="$(PORTABLE)"; "$(CURDIR)/build_tools/build_detect_platform" "$(CURDIR)/make_config.mk"))
8+dummy := $(shell (export ROCKSDB_ROOT="$(CURDIR)" CFLAGS="$(CFLAGS)"; export PORTABLE="$(PORTABLE)"; "$(CURDIR)/build_tools/build_detect_platform" "$(CURDIR)/make_config.mk"))
4907cb5a
JB
9 # this file is generated by the previous line to set build flags and sources
10 include make_config.mk
11 CLEAN_FILES += make_config.mk
This page took 0.069408 seconds and 4 git commands to generate.