libotr: fix -lws2_32 linking

fixes #2102
This commit is contained in:
Tony Theodore 2018-04-07 12:51:08 +10:00
parent 8bac3a6882
commit 9afbe32022
1 changed files with 1 additions and 1 deletions

View File

@ -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}