Closed
Bug 300373
Opened 20 years ago
Closed 20 years ago
Wanted - Shared libs during static build for MINIMO
Categories
(Core :: Security: PSM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(1 file)
|
2.31 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
| Assignee | ||
Updated•20 years ago
|
Assignee: kaie → dougt
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Comment 2•20 years ago
|
||
The reasons for this change is that adding PSM to a static build of Minimo for
WindowCE seams to increase the size of the application such that the loader will
not load the executable on a device which 20mb free. Moving PSM out of the
application and into shared libs seams to be a win on two counts a) you can load
minimo on wince, b) PSM seams to not be created during startup so this is code
that just doesn't have to load at every startup.
Doug
Comment 3•20 years ago
|
||
Comment on attachment 188939 [details] [diff] [review]
patch v.1
Bah, that sucks.
Attachment #188939 -
Flags: review+
| Assignee | ||
Comment 4•20 years ago
|
||
Checking in manager/boot/src/Makefile.in;
/cvsroot/mozilla/security/manager/boot/src/Makefile.in,v <-- Makefile.in
new revision: 1.13; previous revision: 1.12
done
Checking in manager/pki/src/Makefile.in;
/cvsroot/mozilla/security/manager/pki/src/Makefile.in,v <-- Makefile.in
new revision: 1.29; previous revision: 1.28
done
Checking in manager/ssl/src/Makefile.in;
/cvsroot/mozilla/security/manager/ssl/src/Makefile.in,v <-- Makefile.in
new revision: 1.64; previous revision: 1.63
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•