aboutsummaryrefslogtreecommitdiffstats
path: root/games/pokerth/files/patch-pokerth_server.pro
blob: 17a2167e6db49daed21bff839db39ff45f05f309 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pokerth_server.pro.orig	2017-08-16 12:24:03 UTC
+++ pokerth_server.pro
@@ -288,7 +288,7 @@ unix : !mac {
 			-lprotobuf
 	LIBS += -lgsasl
 	!isEmpty( BSD ): isEmpty( kFreeBSD ){
-		LIBS += -lcrypto -liconv
+		LIBS += -lcrypto -liconv -lssl
 	} else {
 		LIBS += -lgcrypt
 	}