mirror of
https://github.com/ADD-SP/ngx_waf.git
synced 2026-04-26 14:05:52 +03:00
[GH-ISSUE #93] NGINX latest mainline failed to build #69
Labels
No labels
MacOS
Nginx
OpenResty
Tengine
bug
documentation
enhancement
needs-investigation
pull-request
question
stale
stale
stale
timeout
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ngx_waf#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ononoki1 on GitHub (Apr 26, 2022).
Original GitHub issue: https://github.com/ADD-SP/ngx_waf/issues/93
Problem
When building with lastest NGINX mainline version via
dpkg-buildpackage, the following error occurs:See here for details.
ngx_waf version:
currentbranch v10.1.1Solution
I searched on the web and found this ticket in NGINX's trac, which says:
Then I tried to fix it in my fork and succeeded, so I created a PR. But the code may not be elegant (I know little about NGINX modules' development). You can edit it to prettify the code.
@ononoki1 commented on GitHub (Apr 26, 2022):
See this pull request for more information. #92