From 24f167141db9ac5fc9241a813c2c12487676f963 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Mon, 10 Feb 2025 18:52:32 +0300 Subject: [PATCH] [build] test linking reorder on linux --- Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.linux b/Makefile.linux index 5dfed6a8..2e46497d 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -32,8 +32,8 @@ ifeq ($(USE_STATIC),yes) # the shared libraries from the glibc version used for linking LIBDIR := /usr/lib/$(SYS) LDLIBS += $(LIBDIR)/libboost_program_options.a - LDLIBS += $(LIBDIR)/libssl.a LDLIBS += $(LIBDIR)/libcrypto.a + LDLIBS += $(LIBDIR)/libssl.a LDLIBS += $(LIBDIR)/libz.a ifeq ($(USE_UPNP),yes) LDLIBS += $(LIBDIR)/libminiupnpc.a