]> git.pld-linux.org Git - packages/rocksdb.git/blob - rocksdb-numa.patch
- updated to 4.9
[packages/rocksdb.git] / rocksdb-numa.patch
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.03578 seconds and 3 git commands to generate.