ifupdown: broken by non-portable GLIBC-isms
This commit is contained in:
parent
7e09589b74
commit
5bc4ea7b50
|
@ -20,6 +20,11 @@ make_dirs="/etc/network/interfaces.d 0755 root root
|
|||
/etc/network/if-post-down.d 0755 root root"
|
||||
conf_files="/etc/network/interfaces"
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
*-musl) broken=https://travis-ci.org/the-maldridge/void-packages/jobs/255103617
|
||||
esac
|
||||
|
||||
|
||||
post_install() {
|
||||
vman interfaces.5
|
||||
vman ifup.8
|
||||
|
|
Loading…
Reference in New Issue