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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
libs/expat/Makefile
|
|
@ -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 |
|
|
|