mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
xbps: needs -ldl -pthread during bootstrap from glibc 2.32 to 2.36
This commit is contained in:
parent
5c48f583cf
commit
4f99937cd4
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue