Do not compile expat with docbook

This commit is contained in:
Jeremy Soller 2020-12-23 12:49:46 -07:00
parent d553dbc09d
commit d0df1f76a1
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -2,4 +2,10 @@
tar = "https://github.com/libexpat/libexpat/releases/download/R_2_2_6/expat-2.2.6.tar.bz2"
[build]
template = "configure"
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--without-docbook
)
cookbook_configure
"""