summaryrefslogtreecommitdiff
path: root/contrib/depends
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-12-16 23:42:26 -0500
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-12-16 23:42:26 -0500
commitadf7cb3922c8dc053daa695b0bab29640d8d87c1 (patch)
treebbcd4db7db2bbcd001b3701029fb17f066681f6b /contrib/depends
parent4672390caf1c9cd58351ce1869f3ed656ae67720 (diff)
build contrib/depends offline
Diffstat (limited to 'contrib/depends')
-rw-r--r--contrib/depends/packages/native_ccache.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/packages/native_ccache.mk b/contrib/depends/packages/native_ccache.mk
index 6821454..a443f84 100644
--- a/contrib/depends/packages/native_ccache.mk
+++ b/contrib/depends/packages/native_ccache.mk
@@ -5,7 +5,7 @@ $(package)_file_name=ccache-$($(package)_version).tar.gz
$(package)_sha256_hash=108100960bb7e64573ea925af2ee7611701241abb36ce0aae3354528403a7d87
define $(package)_set_vars
-$(package)_config_opts=-DCMAKE_INSTALL_PREFIX="$(host_prefix)/native"
+$(package)_config_opts=-DCMAKE_INSTALL_PREFIX="$(host_prefix)/native" -DENABLE_TESTING=OFF
endef
define $(package)_config_cmds