diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-14 21:48:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-14 22:06:38 +0200 |
commit | 405f822b0eb96f53f79a4fc6733f6f18fe119faf (patch) | |
tree | 3544a3c36defb018eea1212c9d0cf9e80226015e /package | |
parent | 6618e3313ea8949112d56ad1dd46bb59ba6bf842 (diff) |
expat: disable tests
Diffstat (limited to 'package')
-rw-r--r-- | package/expat/Makefile | 3 |
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 |