We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c253d2 commit 545a74eCopy full SHA for 545a74e
src/Makefile.am
@@ -860,6 +860,10 @@ bitcoin_chainstate_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
860
# setting --{en,dis}able-shared.
861
bitcoin_chainstate_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(PTHREAD_FLAGS)
862
bitcoin_chainstate_LDADD = $(LIBBITCOINKERNEL)
863
+
864
+# libtool is unable to calculate this indirect dependency, presumably because it's a subproject.
865
+# libsecp256k1 only needs to be linked in when libbitcoinkernel is static.
866
+bitcoin_chainstate_LDADD += $(LIBSECP256K1)
867
#
868
869
# bitcoinkernel library #
0 commit comments