From 9afbe32022c39bab0c306668b0f9ab9c205e44b1 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sat, 7 Apr 2018 12:51:08 +1000 Subject: [PATCH] libotr: fix -lws2_32 linking fixes #2102 --- src/libotr-1-fixes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libotr-1-fixes.patch b/src/libotr-1-fixes.patch index 59ed168f..1c100a0f 100644 --- a/src/libotr-1-fixes.patch +++ b/src/libotr-1-fixes.patch @@ -39,5 +39,5 @@ index 1111111..2222222 100644 URL: https://otr.cypherpunks.ca/ -Libs: -L${libdir} -lotr +Libs: -L${libdir} -lotr -fstack-protector-all -+Libs.private: -lgcrypt -lgpg-error -lintl -liconv ++Libs.private: -lgcrypt -lgpg-error -lintl -liconv -lws2_32 Cflags: -I${includedir}