]> git.pld-linux.org Git - packages/rocksdb.git/blob - rocksdb-detect-flags.patch
8bcac1edd9fd2a63f19c458efc7df1d28cc63a6b
[packages/rocksdb.git] / rocksdb-detect-flags.patch
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 @@
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)"; 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"))
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.040147 seconds and 2 git commands to generate.