From e1a9a926dd41ec4788beac18e24e71a57f7b7dbf Mon Sep 17 00:00:00 2001 From: IndrekV Date: Mon, 5 Feb 2018 15:04:57 +0200 Subject: [PATCH] Revert "Use packaged crypto and ssl for linux lib build" This reverts commit 4f1643a5437886ac7cc9af12bee49992ac7e4fb7. --- src/lib/linux/TogglDesktopLibrary/TogglDesktopLibrary.pro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/lib/linux/TogglDesktopLibrary/TogglDesktopLibrary.pro b/src/lib/linux/TogglDesktopLibrary/TogglDesktopLibrary.pro index 241ca69140..7951b6ee34 100644 --- a/src/lib/linux/TogglDesktopLibrary/TogglDesktopLibrary.pro +++ b/src/lib/linux/TogglDesktopLibrary/TogglDesktopLibrary.pro @@ -158,12 +158,9 @@ openssldir = $$PWD/../../../../third_party/openssl LIBS += -L$$OUT_PWD/ LIBS += -L$$pocolib -lPocoDataSQLite -lPocoData -lPocoNet -lPocoNetSSL -lPocoCrypto -lPocoUtil -lPocoXML -lPocoFoundation -LIBS += -L$$openssldir +LIBS += -L$$openssldir -lssl -lcrypto LIBS += -lX11 -INCLUDEPATH += $$PWD/../../../../third_party/openssl -DEPENDPATH += $$PWD/../../../../third_party/openssl - INCLUDEPATH += $$PWD/../../../../third_party/jsoncpp/dist DEPENDPATH += $$PWD/../../../../third_party/jsoncpp/dist