summaryrefslogtreecommitdiff
path: root/libpcre16.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 /libpcre16.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 'libpcre16.pc.in')
-rw-r--r--libpcre16.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcre16.pc.in b/libpcre16.pc.in
index f589b75..080c9dc 100644
--- a/libpcre16.pc.in
+++ b/libpcre16.pc.in
@@ -9,4 +9,5 @@ Name: libpcre16
Description: PCRE - Perl compatible regular expressions C library with 16 bit character support
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpcre16
+Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
Cflags: -I${includedir} @PCRE_STATIC_CFLAG@