From 71c3dd35150860b285c1edbebeec361d09ab58f4 Mon Sep 17 00:00:00 2001 From: xiphon Date: Tue, 16 Apr 2019 00:52:28 +0000 Subject: [PATCH] build: Linux static OpenSSL linking, add default OpenSSL lib path --- monero-wallet-gui.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 5a4cc37d..c9772153 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -285,6 +285,7 @@ linux { message("using static libraries") LIBS+= -Wl,-Bstatic QMAKE_LFLAGS += -static-libgcc -static-libstdc++ + QMAKE_LIBDIR += /usr/local/ssl/lib # contains(QT_ARCH, x86_64) { LIBS+= -lunbound \ -lusb-1.0 \