Closed
Bug 464920
Opened 17 years ago
Closed 17 years ago
Port bug 434501, bug 450909, bug 258429, bug 97954, bug 460717, bug 462740 to comm-central
Categories
(MailNews Core :: Build Config, defect)
MailNews Core
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: kairo)
Details
Attachments
(1 file)
|
11.63 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
Here's another batch of changes to port from mozilla-central to comm-central:
http://hg.mozilla.org/mozilla-central/rev/882b3390d162332f072a2a65bdf4c6455171bc2f
use single quotes for the dehydra args, because other code double-quotes these and things get really confused... static-analysis only bustage fix
http://hg.mozilla.org/mozilla-central/rev/7b2cf30147cab09c0dccb01ca2d584416f89552d
Bug 434501 - xpcom assembly should be built as position independant
http://hg.mozilla.org/mozilla-central/rev/e91993a184266a1a0754e03a927502bb5658ad6a
Bug 450909 - "missing support for AIX target in configure.in" (set XPCOMABI on AIX and raise minimum compiler version)
http://hg.mozilla.org/mozilla-central/rev/23d35cd4547becabb678739f617974dbcec3ab7a
Bug 258429 - "Crash at startup on mips"
http://hg.mozilla.org/mozilla-central/rev/14284381d56d8a392f38aef95a80dfc5a9689501
Bug 97954: Record configuration details in an installable header
http://hg.mozilla.org/mozilla-central/rev/091abd0f3e24095b96c726f8b55ca5c75f25a592
b=460717 Increase required Pango build-time version to 1.14
http://hg.mozilla.org/mozilla-central/rev/5d832205b7fb5fbbf8a2cdad50df6abc8bd30e24
Bug 462740 - Building spidermonkey on Windows with -j3 fails: conflicts in PDB files. Related to bug 382297 and bug 286179, where we flip-flop back and forth about this. Document the way things should actually be!
| Assignee | ||
Comment 1•17 years ago
|
||
This patch should do it and bring everything we need in sync with mozilla-central again.
Attachment #348188 -
Flags: review?(bugzilla)
Comment 2•17 years ago
|
||
Comment on attachment 348188 [details] [diff] [review]
patch for porting all those changesets
I think you missed mentioning the sqlite version bump bug, but it needs doing anyway. r=me.
Attachment #348188 -
Flags: review?(bugzilla) → review+
| Assignee | ||
Comment 3•17 years ago
|
||
Right, that one line is from
http://hg.mozilla.org/mozilla-central/rev/1ca16712f8a0e3585618de4e0fa620f753494485
Bug 449443 - Upgrade to SQLite 3.6.4
Pushed as http://hg.mozilla.org/comm-central/rev/a7444b5768b1 and added that bug to the checkin comment.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•