fix PCRE dependency for GDAL 3.2.1 and 3.3.0, don't use PCRE2#13861
fix PCRE dependency for GDAL 3.2.1 and 3.3.0, don't use PCRE2#13861Micket merged 1 commit intoeasybuilders:developfrom
Conversation
|
@boegelbot please test @ generoso |
|
@branfosj: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 908646436 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @branfosj |
|
Test report by @boegelbot |
|
Test report by @Micket |
|
Going in, thanks @branfosj! |
(created using
eb --new-pr)While building GDAL I noticed the following in the
configurelog. I.e. it did not find PCRE2:This is because it looks for PCRE (
pcre.hand-lpcre) and not PCRE2 (pcre2.hand-lpcre2).With this change I see: