]> git.pld-linux.org Git - packages/rocksdb.git/blobdiff - rocksdb-numa.patch
- updated to 4.4.1 (note: new soname)
[packages/rocksdb.git] / rocksdb-numa.patch
diff --git a/rocksdb-numa.patch b/rocksdb-numa.patch
new file mode 100644 (file)
index 0000000..dd34955
--- /dev/null
@@ -0,0 +1,11 @@
+--- rocksdb-rocksdb-4.4.1/build_tools/build_detect_platform.orig       2016-02-19 00:13:33.000000000 +0100
++++ rocksdb-rocksdb-4.4.1/build_tools/build_detect_platform    2016-04-09 19:06:31.474404792 +0200
+@@ -286,7 +286,7 @@
+     # Test whether numa is available
+     $CXX $CFLAGS -x c++ - -o /dev/null -lnuma 2>/dev/null  <<EOF
+       #include <numa.h>
+-      #inlcude <numaif.h>
++      #include <numaif.h>
+       int main() {}
+ EOF
+     if [ "$?" = 0 ]; then
This page took 0.062497 seconds and 4 git commands to generate.