nginx: disallow AIO support on AArch64
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Oct 2014 16:58:37 +0000 (18:58 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 12 Oct 2014 17:25:05 +0000 (19:25 +0200)
commitd6d8bac0963d2596f8c291c234922f8d28436a25
tree1df6130ee9686b194055d7d21e22d69ef3a978e3
parent962e08e89b161f8bee6bd45cab56e32c90521af5
nginx: disallow AIO support on AArch64

The nginx AIO support cannot build on AArch64, because it hardcodes
the usage of SYS_eventfd(), while it should just use eventfd() from
the C library.

See https://bugs.launchpad.net/linaro-aarch64/+bug/1160013 for details.

Fixes:

  http://autobuild.buildroot.org/results/54b/54bb761f9e774d91066b78217efcd583fdd85ff3/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/nginx/Config.in