diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2023-02-06 12:37:48 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2023-02-06 12:37:48 -0500 |
| commit | f38b07335a6f6094de6ec3059cfdf89aa6022f47 (patch) | |
| tree | 91302c422feb82d34d88a8332cd4e36f40ae6035 /contrib/depends/funcs.mk | |
| parent | 057a77a09f3b65c1da71d6c204a7e2b21074c34a (diff) | |
| parent | 15384cc1353f434315ab5244bb59f99d937d810f (diff) | |
| download | monzero-core-f38b07335a6f6094de6ec3059cfdf89aa6022f47.tar.gz monzero-core-f38b07335a6f6094de6ec3059cfdf89aa6022f47.tar.xz monzero-core-f38b07335a6f6094de6ec3059cfdf89aa6022f47.zip | |
Merge pull request #8714
15384cc depends: bump hidapi/libusb (tobtoht)
Diffstat (limited to 'contrib/depends/funcs.mk')
| -rw-r--r-- | contrib/depends/funcs.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/depends/funcs.mk b/contrib/depends/funcs.mk index 804125990..66555aad7 100644 --- a/contrib/depends/funcs.mk +++ b/contrib/depends/funcs.mk @@ -143,8 +143,11 @@ $(1)_config_env+=PKG_CONFIG_PATH=$($($(1)_type)_prefix)/share/pkgconfig $(1)_config_env+=PATH="$(build_prefix)/bin:$(PATH)" $(1)_build_env+=PATH="$(build_prefix)/bin:$(PATH)" $(1)_stage_env+=PATH="$(build_prefix)/bin:$(PATH)" -$(1)_autoconf=./configure --host=$($($(1)_type)_host) --disable-dependency-tracking --prefix=$($($(1)_type)_prefix) $$($(1)_config_opts) CC="$$($(1)_cc)" CXX="$$($(1)_cxx)" +$(1)_autoconf=./configure --host=$($($(1)_type)_host) --prefix=$($($(1)_type)_prefix) $$($(1)_config_opts) CC="$$($(1)_cc)" CXX="$$($(1)_cxx)" +ifneq ($(1),libusb) +$(1)_autoconf += --disable-dependency-tracking +endif ifneq ($($(1)_nm),) $(1)_autoconf += NM="$$($(1)_nm)" endif |
