angristan / nginx-autoinstall

Compile NGINX from source with custom modules and patches on Debian and Ubuntu
GNU General Public License v3.0
636 stars 237 forks source link

Lua build error #207

Closed mtx-z closed 2 years ago

mtx-z commented 2 years ago

I was wrong, issue was related to LUA, see https://github.com/angristan/nginx-autoinstall/issues/156

WRONG:

It seems I can't build Nginx when HTTP3 Quiche + Pagespeed is enabled. Error on the build is error: type qualifiers ignored on cast result type [-Werror=ignored-qualifiers] .

Seems related to this: apache/incubator-pagespeed-ngx#1688, and someone added a TXT script example for the successful build of Nginx HTTP3 Quiche + Pagespeed + Brotly. Not tested, but may be a way to fix this.