]> git.pld-linux.org Git - packages/rocksdb.git/blame - rocksdb-detect-flags.patch
- updated to 4.13.5
[packages/rocksdb.git] / rocksdb-detect-flags.patch
CommitLineData
4907cb5a
JB
1--- rocksdb-rocksdb-4.13.5/Makefile.orig 2016-12-26 19:15:47.176657758 +0100
2+++ rocksdb-rocksdb-4.13.5/Makefile 2016-12-26 19:30:42.149980874 +0100
3@@ -137,7 +137,7 @@
4
5 AM_LINK = $(AM_V_CCLD)$(CXX) $^ $(EXEC_LDFLAGS) -o $@ $(LDFLAGS) $(COVERAGEFLAGS)
6 # detect what platform we're building on
7-dummy := $(shell (export ROCKSDB_ROOT="$(CURDIR)"; "$(CURDIR)/build_tools/build_detect_platform" "$(CURDIR)/make_config.mk"))
8+dummy := $(shell (export ROCKSDB_ROOT="$(CURDIR)" CFLAGS="$(CFLAGS)"; "$(CURDIR)/build_tools/build_detect_platform" "$(CURDIR)/make_config.mk"))
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.060315 seconds and 4 git commands to generate.