bug#63016: make it easier to build with development versions of PCRE2

2023-04-29 Thread Paul Eggert
On 2023-04-28 23:42, Jim Meyering wrote: On Sat, Apr 22, 2023 at 6:08 PM Carlo Marcelo Arenas Belón wrote: Building against a different version of PCRE2 that the one that is provided with the system is complicated by the fact that unlike what is advertised, if a pkg-config module for libpcre2-8

bug#63016: make it easier to build with development versions of PCRE2

2023-04-28 Thread Jim Meyering
On Sat, Apr 22, 2023 at 6:08 PM Carlo Marcelo Arenas Belón wrote: > Building against a different version of PCRE2 that the one that is provided > with the system is complicated by the fact that unlike what is advertised, > if a pkg-config module for libpcre2-8 is found, it will override the values

bug#63016: make it easier to build with development versions of PCRE2

2023-04-22 Thread Carlo Marcelo Arenas Belón
Building against a different version of PCRE2 that the one that is provided with the system is complicated by the fact that unlike what is advertised, if a pkg-config module for libpcre2-8 is found, it will override the values that were provided with PCRE_CFLAGS and PCRE_LIBS. Carlo >From b0a2cffc