summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-25 23:32:10 (GMT)
committerGitHub <noreply@github.com>2019-02-25 23:32:10 (GMT)
commit5bc79c34bb740cd004a96461bb4f5c1f47acd8e2 (patch)
tree9e8c198be3c0310756efc8a5c1d5c6319353d52c
parent3915ee47d06a433da43663ba4e9cc9cd6b21535c (diff)
parentd295d45b0cbcef7bd6eb91927c3ad4bf3e08b5e7 (diff)
Merge pull request #1144 from bwalle/expat-docbook
expat: Build without docbook
-rw-r--r--scripts/build/companion_libs/210-expat.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/companion_libs/210-expat.sh b/scripts/build/companion_libs/210-expat.sh
index 75a78bf..d2ca6a0 100644
--- a/scripts/build/companion_libs/210-expat.sh
+++ b/scripts/build/companion_libs/210-expat.sh
@@ -99,6 +99,7 @@ do_expat_backend() {
--host=${host} \
--prefix="${prefix}" \
--enable-static \
+ --without-docbook \
"${extra_config[@]}"
CT_DoLog EXTRA "Building expat"