summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-09-23 07:14:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2022-09-23 07:15:05 +0200
commitfe6192afcf8ec9a18659b66567dfb0ebf5f3370e (patch)
tree891af5300e754a33dac1c153ecaf3d49d1f5237c
parentfaa752a6eebc0c031aa52693297509a1cd832d69 (diff)
expat: disable docbook
-rw-r--r--package/expat/Makefile2
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/