summaryrefslogtreecommitdiff
path: root/libpcre2-32.pc.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-04-23 17:38:02 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-04-23 17:38:02 +0000
commit30dcd293d2aecb06a983f43cb3c67243d9b1598c (patch)
tree8c8c90676716fd9176598498b4fb37792be7105f /libpcre2-32.pc.in
parent11d58df77fe42c136bd7583ed5a6bf9b9d984f76 (diff)
downloadpcre2-30dcd293d2aecb06a983f43cb3c67243d9b1598c.tar.gz
Fix static linking using pkg-config issue.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@256 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'libpcre2-32.pc.in')
-rw-r--r--libpcre2-32.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcre2-32.pc.in b/libpcre2-32.pc.in
index ba90d18..d8fb187 100644
--- a/libpcre2-32.pc.in
+++ b/libpcre2-32.pc.in
@@ -9,4 +9,5 @@ Name: libpcre2-32
Description: PCRE2 - Perl compatible regular expressions C library (2nd API) with 32 bit character support
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpcre2-32
+Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
Cflags: -I${includedir} @PCRE2_STATIC_CFLAG@