Closed
Bug 605406
Opened 13 years ago
Closed 13 years ago
Small issues with in-tree freetype2 build
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(2 files)
868 bytes,
patch
|
pavlov
:
review+
khuey
:
review+
blassey
:
approval2.0+
|
Details | Diff | Splinter Review |
581 bytes,
patch
|
khuey
:
review+
blassey
:
approval2.0+
|
Details | Diff | Splinter Review |
When trying to build with the patches in bug 603370 and its dependencies on android, I found out 2 small issues, one of which I'm really wondering how it hasn't hit us before: - freetype2 is given twice on the link command (not a big problem) - some functions are included twice in the in-tree freetype2, because some .c files are built from Makefile.in, while they already are built from ftbase.c which includes them.
Attachment #484252 -
Flags: review?(khuey)
Assignee | ||
Comment 1•13 years ago
|
||
When building against in-tree cairo, the cairo ld flags already contain freetype fd flags, in which case adding them again is redundant.
Assignee: nobody → mh+mozilla
Attachment #484253 -
Flags: review?(khuey)
Updated•13 years ago
|
Attachment #484252 -
Flags: review?(khuey) → review+
Attachment #484253 -
Flags: review?(khuey) → review+
Attachment #484252 -
Flags: review+
Assignee | ||
Updated•13 years ago
|
Attachment #484252 -
Flags: approval2.0?
Assignee | ||
Updated•13 years ago
|
Attachment #484253 -
Flags: approval2.0?
Updated•13 years ago
|
Attachment #484252 -
Flags: approval2.0? → approval2.0+
Updated•13 years ago
|
Attachment #484253 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 2•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/c2c173d7091c http://hg.mozilla.org/mozilla-central/rev/3671421f858c
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•