Skip to content

Commit 441592f

Browse files
committed
bazel/
1 parent bef42c5 commit 441592f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

bazel/liburing.patch

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
diff --git a/bazel/foreign_cc/liburing_debug.patch b/bazel/foreign_cc/liburing_debug.patch
2+
new file mode 100644
3+
index 0000000000..4666264c66
4+
--- /dev/null
5+
+++ b/bazel/foreign_cc/liburing_debug.patch
6+
@@ -0,0 +1,14 @@
7+
+diff --git a/configure b/configure
8+
+index 3c95214c..8f28d3a6 100755
9+
+--- a/configure
10+
++++ b/configure
11+
+@@ -299,7 +299,8 @@ int main(int argc, char **argv)
12+
+ }
13+
+ EOF
14+
+ if compile_prog "" "" "open_how"; then
15+
+- open_how="yes"
16+
++ :
17+
++ # open_how="yes"
18+
+ fi
19+
+ print_config "open_how" "$open_how"
20+
+

0 commit comments

Comments
 (0)