mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
uwsgi: fix compilation with aarch64-musl.
This commit is contained in:
parent
cc8b3154e1
commit
169c31801a
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ _libdir=usr/lib/uwsgi
|
|||
|
||||
subpackages="uwsgi-python uwsgi-python3"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[67]l-musl) subpackages="uwsgi-python"
|
||||
armv[67]l-musl) subpackages="uwsgi-python" ;;
|
||||
aarch64-musl) makedepends+=" gettext-devel" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue