mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-13 02:11:50 +02:00
depends: Specify LDFLAGS to cmake as well
This commit is contained in:
parent
b3f541f618
commit
b893688357
@ -161,6 +161,7 @@ $(1)_cmake=env CC="$$($(1)_cc)" \
|
|||||||
CFLAGS="$$($(1)_cppflags) $$($(1)_cflags)" \
|
CFLAGS="$$($(1)_cppflags) $$($(1)_cflags)" \
|
||||||
CXX="$$($(1)_cxx)" \
|
CXX="$$($(1)_cxx)" \
|
||||||
CXXFLAGS="$$($(1)_cppflags) $$($(1)_cxxflags)" \
|
CXXFLAGS="$$($(1)_cppflags) $$($(1)_cxxflags)" \
|
||||||
|
LDFLAGS="$$($(1)_ldflags)" \
|
||||||
cmake -DCMAKE_INSTALL_PREFIX:PATH="$$($($(1)_type)_prefix)"
|
cmake -DCMAKE_INSTALL_PREFIX:PATH="$$($($(1)_type)_prefix)"
|
||||||
ifneq ($($(1)_type),build)
|
ifneq ($($(1)_type),build)
|
||||||
ifneq ($(host),$(build))
|
ifneq ($(host),$(build))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user