]> git.pld-linux.org Git - packages/rocksdb.git/blobdiff - rocksdb-detect-flags.patch
- updated to 4.13.5
[packages/rocksdb.git] / rocksdb-detect-flags.patch
diff --git a/rocksdb-detect-flags.patch b/rocksdb-detect-flags.patch
new file mode 100644 (file)
index 0000000..9b54fe6
--- /dev/null
@@ -0,0 +1,11 @@
+--- rocksdb-rocksdb-4.13.5/Makefile.orig       2016-12-26 19:15:47.176657758 +0100
++++ rocksdb-rocksdb-4.13.5/Makefile    2016-12-26 19:30:42.149980874 +0100
+@@ -137,7 +137,7 @@
+ AM_LINK = $(AM_V_CCLD)$(CXX) $^ $(EXEC_LDFLAGS) -o $@ $(LDFLAGS) $(COVERAGEFLAGS)
+ # detect what platform we're building on
+-dummy := $(shell (export ROCKSDB_ROOT="$(CURDIR)"; "$(CURDIR)/build_tools/build_detect_platform" "$(CURDIR)/make_config.mk"))
++dummy := $(shell (export ROCKSDB_ROOT="$(CURDIR)" CFLAGS="$(CFLAGS)"; "$(CURDIR)/build_tools/build_detect_platform" "$(CURDIR)/make_config.mk"))
+ # this file is generated by the previous line to set build flags and sources
+ include make_config.mk
+ CLEAN_FILES += make_config.mk
This page took 0.074897 seconds and 4 git commands to generate.