Merge pull request #5819
d23b0a2depends: always use static qt5 for linux (Cory Fields)3448b13build: fix typo in configure help (Cory Fields)c95ac83gitian: fix x86_64 build with static libstdc++ (Cory Fields)0671516build: change reduce exports/static libstdc++ options for gitian and travis (Cory Fields)aa36730build: remove libstdc++ backwards-compat (Cory Fields)3ee028fbuild: disable reduced exports by default (Cory Fields)
This commit is contained in:
@@ -280,7 +280,6 @@ libbitcoin_util_a_SOURCES = \
|
||||
|
||||
if GLIBC_BACK_COMPAT
|
||||
libbitcoin_util_a_SOURCES += compat/glibc_compat.cpp
|
||||
libbitcoin_util_a_SOURCES += compat/glibcxx_compat.cpp
|
||||
endif
|
||||
|
||||
# cli: shared between bitcoin-cli and bitcoin-qt
|
||||
@@ -372,7 +371,6 @@ libbitcoinconsensus_la_SOURCES = \
|
||||
|
||||
if GLIBC_BACK_COMPAT
|
||||
libbitcoinconsensus_la_SOURCES += compat/glibc_compat.cpp
|
||||
libbitcoinconsensus_la_SOURCES += compat/glibcxx_compat.cpp
|
||||
endif
|
||||
|
||||
libbitcoinconsensus_la_LDFLAGS = -no-undefined $(RELDFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user