Skip to content

Commit f2f9fdf

Browse files
committed
Merge #17910: build: remove double LIBBITCOIN_SERVER linking
831e122 build: remove double LIBBITCOIN_SERVER linking (fanquake) Pull request description: Seems that this is no longer required. Have tested building on macOS and Debian. ACKs for top commit: promag: ACK 831e122. practicalswift: ACK 831e122 laanwj: ACK 831e122 Tree-SHA512: d226d9fa0292189fae7e2af14781a511c3633f1352324f19ae642e941d06c34e2abf8b1df97d2330d76dba6024a93d8d341e02cc4882d7066f97e82585631fe1
2 parents e258ce7 + 831e122 commit f2f9fdf

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)