mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
wine: broken on musl for now
This commit is contained in:
parent
b9055723c1
commit
94eb7c4a2f
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ if [ "$XBPS_LIBC" = "glibc" ]; then
|
||||||
hostmakedepends+=" prelink"
|
hostmakedepends+=" prelink"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$XBPS_LIBC" = "musl" ]; then
|
||||||
|
broken="undefined reference to `ns_name_skip'"
|
||||||
|
fi
|
||||||
|
|
||||||
_wine_libexec="/usr/libexec/wine"
|
_wine_libexec="/usr/libexec/wine"
|
||||||
nopie_files="${_wine_libexec}/wine${_wine_suffix}"
|
nopie_files="${_wine_libexec}/wine${_wine_suffix}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue