packages/libs/libarchive
Matthias FRANCK 9cd39fbf89 libarchive: disable linking with pcre2
Looks like libarchive v3.7.3 adds support for pcre2 (d1231a7ea7).

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 <matthias.franck@softathome.com>
2024-09-17 05:18:11 -07:00
..
Makefile libarchive: disable linking with pcre2 2024-09-17 05:18:11 -07:00