Closed
Bug 86438
Opened 24 years ago
Closed 24 years ago
RPM: Should libmsgbaseutil.so go into mozilla-mail instead of mozilla?
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.2
People
(Reporter: mozilla-bugs, Assigned: blizzard)
References
Details
(Whiteboard: critical for 0.9.2)
Is there a reason for mail support libraries like libmsgbaseutil.so to go into
mozilla RPM instead of mozilla-mail RPM?
![]() |
Assignee | |
Comment 1•24 years ago
|
||
Good question. Seth, why is this library in the [browser] section instead of
the [mail] section of the installer packager files? Is there something that's
used by the browser?
![]() |
||
Comment 2•24 years ago
|
||
it should be part of [mail] (it is for packages-win) or not packaged at all.
I'm looking into the "not packaged at all" issue.
![]() |
||
Comment 3•24 years ago
|
||
follow up: it is definitely needed. I was just being stoopid.
it should be part of [mail].
![]() |
Assignee | |
Comment 4•24 years ago
|
||
Simple patch. Seth, can you review?
Index: packages-unix
===================================================================
RCS file: /cvsroot/mozilla/xpinstall/packager/packages-unix,v
retrieving revision 1.154
diff -u -r1.154 packages-unix
--- packages-unix 2001/05/17 19:16:36 1.154
+++ packages-unix 2001/06/18 20:44:27
@@ -53,7 +53,6 @@
bin/libgtkxtbin.so
bin/libmozjpeg.so
bin/libjsj.so
-bin/libmsgbaseutil.so
bin/libprotocol.so
bin/libgkgfx.so
bin/run-mozilla.sh
@@ -291,6 +290,7 @@
[mail]
bin/libldap40.so
bin/liblber40.so
+bin/libmsgbaseutil.so
bin/components/addrbook.xpt
bin/components/libaddrbook.so
bin/components/liblocalmail.so
![]() |
||
Comment 5•24 years ago
|
||
sr=sspitzer
thanks for cleaning this up.
Comment 7•24 years ago
|
||
a= asa@mozilla.org for checkin to the trunk.
(on behalf of drivers)
Blocks: 83989
![]() |
Assignee | |
Comment 8•24 years ago
|
||
asa also approved this for 0.9.2 as well
Whiteboard: critical for 0.9.2
![]() |
Assignee | |
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.2
![]() |
Assignee | |
Comment 9•24 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•