summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-14 21:48:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-14 22:06:38 +0200
commit405f822b0eb96f53f79a4fc6733f6f18fe119faf (patch)
tree3544a3c36defb018eea1212c9d0cf9e80226015e /package
parent6618e3313ea8949112d56ad1dd46bb59ba6bf842 (diff)
expat: disable tests
Diffstat (limited to 'package')
-rw-r--r--package/expat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/expat/Makefile b/package/expat/Makefile
index 6b58ee822..b178c115f 100644
--- a/package/expat/Makefile
+++ b/package/expat/Makefile
@@ -25,7 +25,8 @@ TARGET_CFLAGS:= $(filter-out -static,$(TARGET_CFLAGS))
TARGET_LDFLAGS:=$(filter-out -static,$(TARGET_LDFLAGS))
endif
-CONFIGURE_ARGS+= --without-docbook
+CONFIGURE_ARGS+= --without-docbook \
+ --without-tests
libexpat-install:
${INSTALL_DIR} ${IDIR_LIBEXPAT}/usr/lib