xl2tpd: musl is broken

This commit is contained in:
Jürgen Buchmüller 2017-02-09 21:24:18 +01:00
parent 90e32b456f
commit da84ce2e33

View File

@ -14,6 +14,10 @@ conf_files="
/etc/${pkgname}/${pkgname}.conf
/etc/ppp/options.l2tp"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/704/steps/shell_3/logs/stdio"
esac
do_build() {
make LDFLAGS="${LDFLAGS}" KERNELSRC="${XBPS_CROSS_BASE}/usr" ${makejobs}
}