summaryrefslogtreecommitdiff
path: root/libpcre.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libpcre.pc.in')
-rw-r--r--libpcre.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcre.pc.in b/libpcre.pc.in
index 1f26b32..0a35da8 100644
--- a/libpcre.pc.in
+++ b/libpcre.pc.in
@@ -9,4 +9,5 @@ Name: libpcre
Description: PCRE - Perl compatible regular expressions C library with 8 bit character support
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpcre
+Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
Cflags: -I${includedir} @PCRE_STATIC_CFLAG@