We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bb45a commit 093e6ddCopy full SHA for 093e6dd
1 file changed
bazel/thirdparty/liburing.patch
@@ -11,7 +11,7 @@
11
+ # exposed by bazel, system ld gets used, which can't
12
+ # resolve sysroot linker scripts in the sandbox.
13
+ export LDFLAGS="-c"
14
-
+
15
- # switch to the package dir to execute "configure" right there
16
- pushd $$(dirname $(location configure))
17
- mkdir -p src/include/liburing
@@ -27,7 +27,7 @@
27
+ ln -sf $$pkg_dir/liburing.spec liburing.spec
28
+ mkdir -p src/include/liburing
29
+ $$pkg_dir/configure --use-libc
30
31
# collect the outputs
32
for out in $(OUTS); do
33
- cp $$(realpath --relative-to=$(BINDIR) $$out) $$out
@@ -41,4 +41,12 @@
41
+ ],
42
tools = ["configure"],
43
)
44
45
+@@ -76,6 +89,7 @@
46
+ "-Wall",
47
+ "-Wextra",
48
+ "-fno-stack-protector",
49
++ "-Wno-unused-parameter",
50
+ "-include config-host.h",
51
52
+ includes = ["src/include"],
0 commit comments