Skip to content

Commit f76a1a6

Browse files
ffontainezimmerle
authored andcommitted
modsecurity.pc.in: add Libs.private
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 <[email protected]>
1 parent 357c140 commit f76a1a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modsecurity.pc.in

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Description: ModSecurity API
88
Version: @MSC_VERSION_WITH_PATCHLEVEL@
99
Cflags: -I@includedir@
1010
Libs: -L@libdir@ -lmodsecurity
11+
Libs.private: @CURL_LDADD@ @GEOIP_LDADD@ @MAXMIND_LDADD@ @GLOBAL_LDADD@ @LIBXML2_LDADD@ @LMDB_LDADD@ @LUA_LDADD@ @PCRE_LDADD@ @SSDEEP_LDADD@ @YAJL_LDADD@

0 commit comments

Comments
 (0)