summarylogtreecommitdiffstats
path: root/nspr-4.10.6-mswsock.patch
blob: ff83be389cbbec5b3d5f57091356d5637a589a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- nspr/tools/Makefile.in.orig	2014-06-06 01:42:08.000000000 +0400
+++ nspr/tools/Makefile.in	2014-07-10 12:19:41.479000000 +0400
@@ -167,7 +167,7 @@
 	echo winsock.lib     >>w16link
 	wlink @w16link.
 else
-	link $(LDOPTS) $< $(LIBPR) $(LIBPLC) ws2_32.lib -out:$@
+	link $(LDOPTS) $< $(LIBPR) $(LIBPLC) ws2_32.lib mswsock.lib -out:$@
 endif
 else
 ifeq ($(OS_ARCH),OS2)