Merge pull request #6923 from Andy2244/expat-without-docbook
expat: disable docbook
This commit is contained in:
commit
2871569b46
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ TARGET_CFLAGS += $(FPIC)
|
|||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
--enable-static
|
||||
--enable-static \
|
||||
--without-docbook
|
||||
|
||||
define Host/Install
|
||||
$(MAKE) -C $(HOST_BUILD_DIR) install
|
||||
|
|
Loading…
Reference in a new issue