[PR #11] [MERGED] Check uthash library at configure time #231

Closed
opened 2026-03-13 17:08:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ADD-SP/ngx_waf/pull/11
Author: @dvershinin
Created: 12/9/2020
Status: Merged
Merged: 12/9/2020
Merged by: @ADD-SP

Base: devHead: dev


📝 Commits (1)

  • e096df4 Check uthash library at configure time

📊 Changes

1 file changed (+21 additions, -7 deletions)

View changed files

📝 config (+21 -7)

📄 Description

To supplement #7, this allows early checking of uthash library at configure time, with more clear text if it is missing on the system.

Sample ./configure output when the library is there:

configuring additional modules
adding module in ..
checking for uthash library ... found
 + ngx_http_waf_module was configured

Sample output when the library is missing:

configuring additional modules
adding module in ..
checking for uthash library ... not found
./configure: error: the ngx_http_waf_module module requires the uthash library.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ADD-SP/ngx_waf/pull/11 **Author:** [@dvershinin](https://github.com/dvershinin) **Created:** 12/9/2020 **Status:** ✅ Merged **Merged:** 12/9/2020 **Merged by:** [@ADD-SP](https://github.com/ADD-SP) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`e096df4`](https://github.com/ADD-SP/ngx_waf/commit/e096df4c0ba23c181115ee45897740592c3bbdf1) Check uthash library at configure time ### 📊 Changes **1 file changed** (+21 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `config` (+21 -7) </details> ### 📄 Description To supplement #7, this allows early checking of uthash library at configure time, with more clear text if it is missing on the system. Sample `./configure` output when the library is there: ``` configuring additional modules adding module in .. checking for uthash library ... found + ngx_http_waf_module was configured ``` Sample output when the library is missing: ``` configuring additional modules adding module in .. checking for uthash library ... not found ./configure: error: the ngx_http_waf_module module requires the uthash library. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 17:08:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ngx_waf#231
No description provided.