aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/funcs.mk
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2024-02-13 16:12:06 +0100
committertobtoht <tob@featherwallet.org>2024-02-18 23:16:41 +0100
commit3aabfcfce53ede81851cec321ddfeb575d1636af (patch)
tree6f85d0aae666f794f7dedf607fd414782b6cb61d /contrib/depends/funcs.mk
parentdepends: expat: update to 2.6.0 (diff)
downloadmonero-3aabfcfce53ede81851cec321ddfeb575d1636af.tar.xz
depends: unbound: update to 1.19.1
Diffstat (limited to 'contrib/depends/funcs.mk')
-rw-r--r--contrib/depends/funcs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/funcs.mk b/contrib/depends/funcs.mk
index 66555aad7..e08669c98 100644
--- a/contrib/depends/funcs.mk
+++ b/contrib/depends/funcs.mk
@@ -145,7 +145,7 @@ $(1)_build_env+=PATH="$(build_prefix)/bin:$(PATH)"
$(1)_stage_env+=PATH="$(build_prefix)/bin:$(PATH)"
$(1)_autoconf=./configure --host=$($($(1)_type)_host) --prefix=$($($(1)_type)_prefix) $$($(1)_config_opts) CC="$$($(1)_cc)" CXX="$$($(1)_cxx)"
-ifneq ($(1),libusb)
+ifeq ($(filter $(1),libusb unbound),)
$(1)_autoconf += --disable-dependency-tracking
endif
ifneq ($($(1)_nm),)