Actions
Bug #5572
closedpcre2: allow different include/lib paths
Affected Versions:
Effort:
Difficulty:
Label:
Description
In 6 and older we had
./configure --help|grep pcre --with-libpcre-includes=DIR libpcre include directory --with-libpcre-libraries=DIR libpcre library directory
In master for pcre2 we seem to have no way to specify these paths manually.
Updated by Victor Julien about 2 years ago
- Target version changed from 7.0.0-beta1 to 7.0.0-rc1
Updated by Philippe Antoine about 2 years ago
I am not sure I understand the use case : is it if I have multiple pcre2 on my system and that autotool does not pick the right one ?
Updated by Victor Julien about 2 years ago
It's just a common facility to support libs/headers in uncommon locations. We have it for (almost) all deps. It came up for someone.
Updated by Philippe Antoine almost 2 years ago
- Status changed from Assigned to In Review
Updated by Philippe Antoine almost 2 years ago
- Status changed from In Review to Closed
Actions