Merge pull request #1144 from bwalle/expat-docbook

expat: Build without docbook
This commit is contained in:
Alexey Neyman 2019-02-25 15:32:10 -08:00 committed by GitHub
commit 5bc79c34bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,7 @@ do_expat_backend() {
--host=${host} \
--prefix="${prefix}" \
--enable-static \
--without-docbook \
"${extra_config[@]}"
CT_DoLog EXTRA "Building expat"