Skip to content

Commit 831e122

Browse files
committed
build: remove double LIBBITCOIN_SERVER linking
1 parent e258ce7 commit 831e122

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,12 +554,9 @@ if TARGET_WINDOWS
554554
bitcoind_SOURCES += bitcoind-res.rc
555555
endif
556556

557-
# Libraries below may be listed more than once to resolve circular dependencies (see
558-
# https://eli.thegreenplace.net/2013/07/09/library-order-in-static-linking#circular-dependency)
559557
bitcoind_LDADD = \
560558
$(LIBBITCOIN_SERVER) \
561559
$(LIBBITCOIN_WALLET) \
562-
$(LIBBITCOIN_SERVER) \
563560
$(LIBBITCOIN_COMMON) \
564561
$(LIBUNIVALUE) \
565562
$(LIBBITCOIN_UTIL) \

0 commit comments

Comments
 (0)