From 928381850764d4e5e186e7e446e8e4fcf031b0ce Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 19 Oct 2010 17:54:58 +0000 Subject: [PATCH] More cross compiling fixes. --- pokerth_server.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokerth_server.pro b/pokerth_server.pro index c21db69f..5394a79d 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -134,7 +134,7 @@ win32 { LIBS += -lcrypto -lssl -llibeay32 -lssleay32 -lgsasl } !pkth_win64 { - LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error -lgsasl -lidn + LIBS += -lgnutls-openssl -lgnutls -lgcrypt -lgpg-error -lgsasl -lidn } win32-g++-cross { LIBS += -lntlm