Closed
Bug 400839
Opened 15 years ago
Closed 15 years ago
Link sqlite as C, not C++
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9beta2
People
(Reporter: benjamin, Assigned: benjamin)
Details
Attachments
(1 file)
332 bytes,
patch
|
vlad
:
review+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
sqlite currently links with g++ instead of gcc. This isn't the end of the world except it makes it harder to do a 32-bit build on a 64-bit system due to rpath issues. Easy to fix.
Assignee | ||
Comment 1•15 years ago
|
||
Damn, I thought I had attached this long ago :-(
Attachment #290688 -
Flags: review?(vladimir) → review+
Assignee | ||
Updated•15 years ago
|
Attachment #290688 -
Flags: approval1.9?
Updated•15 years ago
|
Attachment #290688 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 2•15 years ago
|
||
Checking in db/sqlite3/src/Makefile.in; /cvsroot/mozilla/db/sqlite3/src/Makefile.in,v <-- Makefile.in new revision: 1.30; previous revision: 1.29 done
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9 M10
Updated•4 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•