mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-12 21:06:01 +03:00
Add Libs.private to save static dependencies so applications linking statically with modsecurity will be able to retrieve them through pkg-config Fix #1918 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
12 lines
377 B
PkgConfig
12 lines
377 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: ModSecurity
|
|
Description: ModSecurity API
|
|
Version: @MSC_VERSION_WITH_PATCHLEVEL@
|
|
Cflags: -I@includedir@
|
|
Libs: -L@libdir@ -lmodsecurity
|
|
Libs.private: @CURL_LDADD@ @GEOIP_LDADD@ @MAXMIND_LDADD@ @GLOBAL_LDADD@ @LIBXML2_LDADD@ @LMDB_LDADD@ @LUA_LDADD@ @PCRE_LDADD@ @SSDEEP_LDADD@ @YAJL_LDADD@
|