Index: nss/README.chromium |
=================================================================== |
--- nss/README.chromium (revision 55513) |
+++ nss/README.chromium (working copy) |
@@ -28,12 +28,6 @@ |
- patches/nspr-static.patch: to build NSPR as static libraries. See NSPR |
bug 533014 (https://bugzilla.mozilla.org/show_bug.cgi?id=533014). |
- patches/prcpucfg.h: added to the mozilla/nsprpub/pr/include directory. |
-- patches/nspr-attach-as-system-thread.patch: attach a "foreign" thread |
- (a thread not created by NSPR) to NSPR as a "system" thread rather than |
- a "user" thread, which needs to terminate before PR_Cleanup can return. |
- (The "system" vs. "user" thread distinction comes from Java, and |
- ultimately from Solaris threads.) This is a workaround for |
- http://crbug.com/40663. |
We made the following local changes to NSS. |
- patches/nss-static.patch: to build NSS as static libraries and omit |