build: Linux static OpenSSL linking, add default OpenSSL lib path

This commit is contained in:
xiphon 2019-04-16 00:52:28 +00:00
parent d2c47606ca
commit 71c3dd3515

View file

@ -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 \