changeset 5359:8f0776abf788

* src/expat.mk: disable use of docbook
author John Donoghue <john.donoghue@ieee.org>
date Sat, 04 Apr 2020 14:35:55 -0400
parents dad8270e96e2
children aeda3ca4f416
files src/expat.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/expat.mk	Sat Apr 04 14:35:52 2020 -0400
+++ b/src/expat.mk	Sat Apr 04 14:35:55 2020 -0400
@@ -21,6 +21,7 @@
         $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(ENABLE_SHARED_OR_STATIC) \
+	--without-docbook \
         --prefix='$(HOST_PREFIX)' && $(CONFIGURE_POST_HOOK)
     $(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_PROGS) DESTDIR='$(3)'
 endef