aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/funcs.mk
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-11-30 17:07:33 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-11-30 17:07:33 -0500
commitab18fea3500841fc312630d49ed6840b3aedb34d (patch)
tree68042dfb40ede319cd4fc12cdf2096103a8ea274 /contrib/depends/funcs.mk
parentMerge pull request #8094 (diff)
parentFix Android OpenSSL build (diff)
downloadmonero-0.17.3.0.tar.xz
Merge pull request #8096v0.17.3.0
7430b9e Fix Android OpenSSL build (Howard Chu)
Diffstat (limited to '')
-rw-r--r--contrib/depends/funcs.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/depends/funcs.mk b/contrib/depends/funcs.mk
index ffda2b5b2..804125990 100644
--- a/contrib/depends/funcs.mk
+++ b/contrib/depends/funcs.mk
@@ -133,6 +133,11 @@ $(1)_config_env+=$($(1)_config_env_$(host_arch)) $($(1)_config_env_$(host_arch)_
$(1)_config_env+=$($(1)_config_env_$(host_os)) $($(1)_config_env_$(host_os)_$(release_type))
$(1)_config_env+=$($(1)_config_env_$(host_arch)_$(host_os)) $($(1)_config_env_$(host_arch)_$(host_os)_$(release_type))
+$(1)_build_env+=$$($(1)_build_env_$(release_type))
+$(1)_build_env+=$($(1)_build_env_$(host_arch)) $($(1)_build_env_$(host_arch)_$(release_type))
+$(1)_build_env+=$($(1)_build_env_$(host_os)) $($(1)_build_env_$(host_os)_$(release_type))
+$(1)_build_env+=$($(1)_build_env_$(host_arch)_$(host_os)) $($(1)_build_env_$(host_arch)_$(host_os)_$(release_type))
+
$(1)_config_env+=PKG_CONFIG_LIBDIR=$($($(1)_type)_prefix)/lib/pkgconfig
$(1)_config_env+=PKG_CONFIG_PATH=$($($(1)_type)_prefix)/share/pkgconfig
$(1)_config_env+=PATH="$(build_prefix)/bin:$(PATH)"