Browse Source

Merge pull request #6923 from Andy2244/expat-without-docbook

expat: disable docbook
lilik-openwrt-22.03
Ted Hess 6 years ago
committed by GitHub
parent
commit
2871569b46
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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