Closed
Bug 305841
Opened 19 years ago
Closed 19 years ago
Rename expat_s library name to mozexpat_s
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: abwillis1, Assigned: abwillis1)
Details
Attachments
(1 file, 1 obsolete file)
|
3.38 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
To stay in keeping with other modules such as cairo (mozcairo and mozlibpixman) I propose to rename the library name of expat from expat_s to mozexpat_s. On OS/2 the current naming convention is causing the cairo build to fail when it looks for -lexpat as it finds the Mozilla one which causes unresolved externals. The patch I'll be attaching takes care of this and should take care of all internals looking for expat_s.
Updated•19 years ago
|
Attachment #193771 -
Flags: review?(peterv) → review+
Comment 2•19 years ago
|
||
Andy, did this ever get checked in? If not, should I go ahead and check it in?
| Assignee | ||
Comment 3•19 years ago
|
||
No, this has not been checked in yet (sorry for the delay in response, I had apparently changed the settings on bugmail to not send me changes when I was the reporter... just fixed that which is what prompted me to check the bugs I had reported). If this can be checked in I would appreciate it thanks.
| Assignee | ||
Comment 4•19 years ago
|
||
Not sure if I could bring forward the r+ so I am requesting review again.
Attachment #193771 -
Attachment is obsolete: true
Attachment #207689 -
Flags: review?(peterv)
Comment 5•19 years ago
|
||
Comment on attachment 207689 [details] [diff] [review] Corrected for bitrot Carrying over peterv's review; this is the same patch but updated to the new in-tree location.
Attachment #207689 -
Flags: review?(peterv) → review+
Updated•19 years ago
|
Assignee: nobody → abwillis1
Comment 6•19 years ago
|
||
Fixed on trunk. Andy, thanks for the patch!
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•