summaryrefslogtreecommitdiff
path: root/package/pcre2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-09 09:23:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-10 04:20:43 +0200
commit788e4880077c992e795c6b1ad00c8ccb966d166f (patch)
tree55cab644fce2a2936079ee4950bfc0c9327e9791 /package/pcre2
parenteb96c258b5d479528ed9183ed82f3f7f873b7358 (diff)
pcre2: disable build tests
Diffstat (limited to 'package/pcre2')
-rw-r--r--package/pcre2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/pcre2/Makefile b/package/pcre2/Makefile
index 406eba35e..fb2444c06 100644
--- a/package/pcre2/Makefile
+++ b/package/pcre2/Makefile
@@ -26,7 +26,8 @@ $(eval $(call PKG_template,PCRE2,pcre2,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPEN
HOST_CONFIG_STYLE:= cmake
HOST_CMAKE_FLAGS+= -DBUILD_SHARED_LIBS=ON
CONFIG_STYLE:= cmake
-CMAKE_FLAGS+= -DBUILD_SHARED_LIBS=ON
+CMAKE_FLAGS+= -DBUILD_SHARED_LIBS=ON \
+ -DPCRE2_BUILD_TESTS=OFF
pcre2-install:
$(INSTALL_DIR) $(IDIR_PCRE2)/usr/lib