Browse Source

expat: disable docbook

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
lilik-openwrt-22.03
Andy Walsh 6 years ago
parent
commit
6186f46d2e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libs/expat/Makefile

+ 2
- 1
libs/expat/Makefile View File

@ -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…
Cancel
Save