Closed Bug 658273 Opened 13 years ago Closed 13 years ago

mozsqlite badly positioned in dependentlibs.list

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla6

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(1 file)

NSS is linked against sqlite, so loading NSS libraries will require sqlite. Thus sqlite ought to appear first in dependentlibs.list, the xpcom standalone glue loading libraries in that order. It actually works without any change, but is suboptimal.
Blocks: 552864
Attachment #533653 - Flags: review?(benjamin)
Doesn't nss have its own embedded copy of sqlite?
(In reply to comment #2)
> Doesn't nss have its own embedded copy of sqlite?

Fortunately, it uses firefox's

$ readelf -d libsoftokn3.so 

Dynamic section at offset 0x2d554 contains 30 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libmozsqlite3.so]
(...)
Attachment #533653 - Flags: review?(benjamin) → review+
http://hg.mozilla.org/mozilla-central/rev/8baef6ade34e
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla6
Assignee: nobody → mh+mozilla
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: