NetworkManager: broken on aarch64-musl
This commit is contained in:
parent
aff19b2326
commit
86cfe6150b
1 changed files with 4 additions and 2 deletions
|
@ -41,8 +41,10 @@ make_dirs="
|
||||||
/etc/NetworkManager/dispatcher.d/pre-down.d 0750 root root
|
/etc/NetworkManager/dispatcher.d/pre-down.d 0750 root root
|
||||||
"
|
"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) CFLAGS+=" -DHAVE_SECURE_GETENV -Dsecure_getenv=getenv -D__USE_POSIX199309"
|
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
|
esac
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
|
|
Loading…
Reference in a new issue