NetworkManager: unbreak for aarch64-musl

This commit is contained in:
yopito 2017-03-09 08:24:09 +01:00 committed by Christian Neukirchen
parent ab9fd6f9e4
commit a7bfdc4017
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ make_dirs="
/etc/NetworkManager/dispatcher.d/pre-down.d 0750 root root
"
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/1391/steps/shell_3/logs/stdio"
;;
*-musl) CFLAGS+=" -DHAVE_SECURE_GETENV -Dsecure_getenv=getenv -D__USE_POSIX199309"
;;
esac