xbps: needs -ldl -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:39:32 +07:00
parent 5c48f583cf
commit 4f99937cd4

View file

@ -19,6 +19,8 @@ depends="ca-certificates xbps-triggers"
make_dirs="/etc/xbps.d 0755 root root"
LDFLAGS="-ldl -pthread"
if [ "$CHROOT_READY" ]; then
makedepends+=" atf-devel"
xbps-tests_package() {