Merge pull request #2076

71c3dd3 build: Linux static OpenSSL linking, add default OpenSSL lib path (xiphon)
This commit is contained in:
luigi1111 2019-04-16 16:51:11 -04:00
commit 09a89d8f4e
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -291,6 +291,7 @@ linux {
message("using static libraries") message("using static libraries")
LIBS+= -Wl,-Bstatic LIBS+= -Wl,-Bstatic
QMAKE_LFLAGS += -static-libgcc -static-libstdc++ QMAKE_LFLAGS += -static-libgcc -static-libstdc++
QMAKE_LIBDIR += /usr/local/ssl/lib
# contains(QT_ARCH, x86_64) { # contains(QT_ARCH, x86_64) {
LIBS+= -lunbound \ LIBS+= -lunbound \
-lusb-1.0 \ -lusb-1.0 \