diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-09-23 07:14:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-09-23 07:15:05 +0200 |
commit | fe6192afcf8ec9a18659b66567dfb0ebf5f3370e (patch) | |
tree | 891af5300e754a33dac1c153ecaf3d49d1f5237c /package/expat | |
parent | faa752a6eebc0c031aa52693297509a1cd832d69 (diff) |
expat: disable docbook
Diffstat (limited to 'package/expat')
-rw-r--r-- | package/expat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/expat/Makefile b/package/expat/Makefile index 2ab8949ef..e02af97c9 100644 --- a/package/expat/Makefile +++ b/package/expat/Makefile @@ -26,6 +26,8 @@ TARGET_CFLAGS:= $(filter-out -static,$(TARGET_CFLAGS)) TARGET_LDFLAGS:=$(filter-out -static,$(TARGET_LDFLAGS)) endif +CONFIGURE_ARGS+= --without-docbook + libexpat-install: ${INSTALL_DIR} ${IDIR_LIBEXPAT}/usr/lib ${CP} ${WRKINST}/usr/lib/libexpat.so* ${IDIR_LIBEXPAT}/usr/lib/ |