summaryrefslogtreecommitdiff
path: root/libpcre32.pc.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-23 17:34:33 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-23 17:34:33 +0000
commit2765d0933715e6b2c78a4e74fa8d5cad27273f29 (patch)
tree2442b0254c0444fe2a6d15a023432acb0f8db6b7 /libpcre32.pc.in
parent4ef0a06d7be50e00918c63c90ad934ba29970c42 (diff)
downloadpcre-2765d0933715e6b2c78a4e74fa8d5cad27273f29.tar.gz
Fix static linking issue with pkg-config.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1552 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'libpcre32.pc.in')
-rw-r--r--libpcre32.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcre32.pc.in b/libpcre32.pc.in
index 6582105..a3ae0e1 100644
--- a/libpcre32.pc.in
+++ b/libpcre32.pc.in
@@ -9,4 +9,5 @@ Name: libpcre32
Description: PCRE - Perl compatible regular expressions C library with 32 bit character support
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpcre32
+Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
Cflags: -I${includedir} @PCRE_STATIC_CFLAG@