xl2tpd: unbreak musl

This commit is contained in:
Michael Gehring 2017-03-11 09:45:11 +00:00
parent 33ffcdcff2
commit 720f114d44
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@ conf_files="
/etc/${pkgname}/${pkgname}.conf /etc/${pkgname}/${pkgname}.conf
/etc/ppp/options.l2tp" /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() { do_build() {
make LDFLAGS="${LDFLAGS}" KERNELSRC="${XBPS_CROSS_BASE}/usr" ${makejobs} make LDFLAGS="${LDFLAGS}" KERNELSRC="${XBPS_CROSS_BASE}/usr" ${makejobs}
} }