summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-03-23 02:02:04 +0000
committerwchang0222%aol.com <devnull@localhost>2004-03-23 02:02:04 +0000
commitda43323325730e5dd6cfaf8641d3edf79fa28b08 (patch)
treed7486fd53a3d4e3a60a3d86d6e08e54600af22b0
parenta056d63d82efa49f3b41b638d7b24d901e89ddd5 (diff)
downloadnss-hg-da43323325730e5dd6cfaf8641d3edf79fa28b08.tar.gz
Bugzilla bug 237870: link the MinGW build with wsock32.dll (Winsock 1)NSS_CLIENT_TAG_20040323
instead of ws2_32.dll (Winsock 2). Thanks to neil@parkwaycc.co.uk for the patch. r=wtc. a=dbaron for Mozilla 1.7 final. Tag: NSS_3_9_BRANCH
-rw-r--r--security/nss/lib/fortcrypt/swfort/pkcs11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/fortcrypt/swfort/pkcs11/Makefile b/security/nss/lib/fortcrypt/swfort/pkcs11/Makefile
index 44e50063b..cc57d8c5f 100644
--- a/security/nss/lib/fortcrypt/swfort/pkcs11/Makefile
+++ b/security/nss/lib/fortcrypt/swfort/pkcs11/Makefile
@@ -63,7 +63,7 @@ EXTRA_LIBS = \
-lplc4 \
-lplds4 \
-lnspr4 \
- -lws2_32 \
+ -lwsock32 \
-lwinmm \
$(NULL)
else # ! NS_USE_GCC