We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a60f4c commit 253206dCopy full SHA for 253206d
src/SPC/builder/unix/library/librdkafka.php
@@ -25,7 +25,7 @@ protected function build(): void
25
FileSystem::replaceFileStr(
26
$this->source_dir . '/src/rd.h',
27
'#error "IOV_MAX not defined"',
28
- '#define IOV_MAX 1024' . "\n#define __GNU__"
+ "#define IOV_MAX 1024\n#define __GNU__"
29
);
30
UnixAutoconfExecutor::create($this)
31
->appendEnv(['CFLAGS' => '-Wno-int-conversion -Wno-unused-but-set-variable -Wno-unused-variable'])
0 commit comments