Merge pull request #34 from jcvenegas/fix-qemu-build

Fix qemu build in distros with new glibc versions.
This commit is contained in:
Julio Montes
2018-05-16 10:42:49 -05:00
committed by GitHub
7 changed files with 113 additions and 3 deletions

View File

@@ -349,4 +349,5 @@ function find_patches() {
echo "$p" >> debian.series
((n++))
done
GENERATED_FILES+=(debian.series)
}