[build] OpenSSL linking reorder (#2156)

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas
2025-02-10 22:10:06 +00:00
parent 8a7c4040b6
commit 58a86fa2dc
5 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ endif
LDLIBS += -lpthread -ldl
else
LDFLAGS += -L${SSLROOT}/lib -L${BOOSTROOT}/lib
LDLIBS = -lz -lcrypto -lssl -lboost_system -lboost_filesystem -lboost_program_options -lpthread
LDLIBS = -lz -lssl -lcrypto -lboost_system -lboost_filesystem -lboost_program_options -lpthread
ifeq ($(USE_UPNP),yes)
LDFLAGS += -L${UPNPROOT}/lib
LDLIBS += -lminiupnpc