aboutsummaryrefslogtreecommitdiffstats
path: root/main/qemu/12-12-Fix-configure-for-s390-qemu-on-alpine.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/qemu: fix configure for s390xNatanael Copa2018-02-271-0/+56
the configure script assumes that grep handles binary data. Busybox grep does not when its compiled with musl so we filter the input with `strings`. Upstream: http://patchwork.ozlabs.org/patch/863654/