libarchive: zstd and lzma needs to link with pthread

during bootstrap from glibc 2.32 to 2.36
This commit is contained in:
Đoàn Trần Công Danh 2022-10-10 15:29:20 +07:00
parent 4f99937cd4
commit 5dba2f7039

View file

@ -23,6 +23,10 @@ checksum=c676146577d989189940f1959d9e3980d28513d74eedfbc6b7f15ea45fe54ee2
build_options="acl expat lzo lz4 ssl zstd"
build_options_default="acl ssl lz4 zstd"
pre_configure() {
export LIBS=-pthread
}
do_check() {
case "$XBPS_TARGET_LIBC" in
*musl)