libarchive: disable linking with pcre2
authorMatthias FRANCK <redacted>
Mon, 26 Aug 2024 19:54:23 +0000 (21:54 +0200)
committerRosen Penev <redacted>
Tue, 17 Sep 2024 12:18:11 +0000 (05:18 -0700)
commit9cd39fbf89c51e83e9239ca0331a72c012a615e8
tree83378335ebffe9d26f3c1d73a5d8e217ef93b0b4
parent50bd101f2ed3dda54ad406eec19bd805856f3e84
libarchive: disable linking with pcre2

Looks like libarchive v3.7.3 adds support for pcre2 (https://github.com/libarchive/libarchive/commit/d1231a7ea7df4db6ddba73f06df67dbab0174a5c).

Because of this, the following build error is observed (in the case pcre2 is compiled before libarchive):
Package libarchive is missing dependencies for the following libraries:
libpcre2-8.so.0
libpcre2-posix.so.3

So let's disable linking with pcre2, just like linking with pcre was disabled before.

Signed-off-by: Matthias FRANCK <redacted>
libs/libarchive/Makefile
git clone https://git.99rst.org/PROJECT