mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Fix pc file
the include path can't have @PACKAGE@ at the end as we include headers with #include <modsecurity/modsecurity.h> so it's already in there
This commit is contained in:
parent
16ab99ce3e
commit
788b696421
@ -6,5 +6,5 @@ includedir=@includedir@
|
||||
Name: ModSecurity
|
||||
Description: ModSecurity API
|
||||
Version: @MSC_VERSION_WITH_PATCHLEVEL@
|
||||
Cflags: -I@includedir@/@PACKAGE@
|
||||
Cflags: -I@includedir@
|
||||
Libs: -L@libdir@ -lmodsecurity
|
||||
|
Loading…
x
Reference in New Issue
Block a user