mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 13:08:47 +08:00
Do not compile expat with docbook
This commit is contained in:
parent
d553dbc09d
commit
d0df1f76a1
@ -2,4 +2,10 @@
|
|||||||
tar = "https://github.com/libexpat/libexpat/releases/download/R_2_2_6/expat-2.2.6.tar.bz2"
|
tar = "https://github.com/libexpat/libexpat/releases/download/R_2_2_6/expat-2.2.6.tar.bz2"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
template = "configure"
|
template = "custom"
|
||||||
|
script = """
|
||||||
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||||
|
--without-docbook
|
||||||
|
)
|
||||||
|
cookbook_configure
|
||||||
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user