From f43f50c225077bf299cf21a294c0eda7be2924c8 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 6 Dec 2020 12:26:11 +0200 Subject: [PATCH] patch libpcre.pc.in file --- patch/pcre.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 patch/pcre.patch diff --git a/patch/pcre.patch b/patch/pcre.patch new file mode 100644 index 00000000..0d985730 --- /dev/null +++ b/patch/pcre.patch @@ -0,0 +1,18 @@ +--- a/libpcre.pc.in ++++ b/libpcre.pc.in +@@ -1,6 +1,6 @@ + # Package Information for pkg-config + +-prefix=@prefix@ ++prefix= + exec_prefix=@exec_prefix@ + libdir=@libdir@ + includedir=@includedir@ +@@ -8,6 +8,6 @@ + Name: libpcre + Description: PCRE - Perl compatible regular expressions C library with 8 bit character support + Version: @PACKAGE_VERSION@ +-Libs: -L${libdir} -lpcre ++Libs: ${libdir}/libpcre.a + Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ + Cflags: -I${includedir} @PCRE_STATIC_CFLAG@