diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-11-21 10:02:57 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-11-21 10:03:17 +0100 |
commit | 216685a6df84379f17787848633780f5a52fb07c (patch) | |
tree | 4571c98a995ebd326c673ef913ba7d5d3a37a5ce | |
parent | 5c4dffd188bf82c1965871bdf013b18a61e3d7d0 (diff) | |
parent | f618577029b0c575aeb88d60372f6bb5af4406e2 (diff) |
Merge pull request #5332
f618577 build: fix link error on some platforms. Fixes #5235 (Cory Fields)
-rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 5fd2afe50d..9e9f478d8f 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -86,7 +86,7 @@ test_test_bitcoin_LDADD += $(LIBBITCOIN_WALLET) endif test_test_bitcoin_LDADD += $(LIBBITCOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) -test_test_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static-libtool-libs +test_test_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES) |