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 940763e commit de90feaCopy full SHA for de90fea
build-api7ee-runtime.sh
@@ -210,6 +210,10 @@ fi
210
$no_pool_patch \
211
-j`nproc`
212
213
+# ref: https://github.com/api7/grpc-client-nginx-module/pull/34
214
+# After loading Go code from .so, the signalfd doesn't work anymore
215
+sed -i "s/#ifndef NGX_HTTP_LUA_HAVE_SIGNALFD/#ifdef NGX_HTTP_LUA_HAVE_SIGNALFD/" $(find -name 'ngx_auto_config.h')
216
+
217
make -j`nproc`
218
sudo make install
219
cd ..
0 commit comments