]> git.pld-linux.org Git - packages/rocksdb.git/blame - rocksdb-numa.patch
- updated to 4.9
[packages/rocksdb.git] / rocksdb-numa.patch
CommitLineData
d120039a
JB
1--- rocksdb-rocksdb-4.4.1/build_tools/build_detect_platform.orig 2016-02-19 00:13:33.000000000 +0100
2+++ rocksdb-rocksdb-4.4.1/build_tools/build_detect_platform 2016-04-09 19:06:31.474404792 +0200
3@@ -286,7 +286,7 @@
4 # Test whether numa is available
5 $CXX $CFLAGS -x c++ - -o /dev/null -lnuma 2>/dev/null <<EOF
6 #include <numa.h>
7- #inlcude <numaif.h>
8+ #include <numaif.h>
9 int main() {}
10 EOF
11 if [ "$?" = 0 ]; then
This page took 0.078479 seconds and 4 git commands to generate.