aboutsummaryrefslogtreecommitdiffhomepage
path: root/pcre2-10.21/libpcre2-8.pc.in
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-04-14 22:21:36 -0700
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-04-19 11:49:12 +0800
commit0fd3f5c0ddf830162b66067e536bdbf0975523e5 (patch)
treea3ee179caef36f2a62452b9325c0ce6b47c90148 /pcre2-10.21/libpcre2-8.pc.in
parente7599fd18cba9fde4ed19aae70c10e622d7d2e0e (diff)
Update to pcre2 10.21
Point build tools at 10.21
Diffstat (limited to 'pcre2-10.21/libpcre2-8.pc.in')
-rw-r--r--pcre2-10.21/libpcre2-8.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcre2-10.21/libpcre2-8.pc.in b/pcre2-10.21/libpcre2-8.pc.in
new file mode 100644
index 00000000..5c872d0b
--- /dev/null
+++ b/pcre2-10.21/libpcre2-8.pc.in
@@ -0,0 +1,13 @@
+# Package Information for pkg-config
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libpcre2-8
+Description: PCRE2 - Perl compatible regular expressions C library (2nd API) with 8 bit character support
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lpcre2-8
+Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
+Cflags: -I${includedir} @PCRE2_STATIC_CFLAG@