mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
libarchive: zstd and lzma needs to link with pthread
during bootstrap from glibc 2.32 to 2.36
This commit is contained in:
parent
4f99937cd4
commit
5dba2f7039
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue