[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

@@ -40,7 +40,7 @@ ifeq ($(USE_UPNP),yes)
endif
LDLIBS += -lpthread -ldl
else
LDLIBS += -lcrypto -lssl -lz -lboost_program_options -lpthread -latomic
LDLIBS += -lssl -lcrypto -lz -lboost_program_options -lpthread -latomic
ifeq ($(USE_UPNP),yes)
LDLIBS += -lminiupnpc
endif