Closed
Bug 1090107
Opened 11 years ago
Closed 11 years ago
Define stlport dependencies in moz.build
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla36
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
10.20 KB,
patch
|
mshal
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8512504 -
Flags: review?(mshal)
Comment 2•11 years ago
|
||
Comment on attachment 8512504 [details] [diff] [review]
Define stlport dependencies in moz.build
Do we still need to set STLPORT_LIBS in js/src/configure.in?
And do we need to AC_SUBST / export STLPORT_LIBS in configure.in? It is already AC_SUBST'd in android.m4, which appears to be the only place it's set in autoconf.
Attachment #8512504 -
Flags: review?(mshal) → review+
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Michael Shal [:mshal] from comment #2)
> Comment on attachment 8512504 [details] [diff] [review]
> Define stlport dependencies in moz.build
>
> Do we still need to set STLPORT_LIBS in js/src/configure.in?
Yes, the value is still needed for non-stlport builds (--enable-libstdc++ or something)
> And do we need to AC_SUBST / export STLPORT_LIBS in configure.in?
Yes, for the same reason.
> It is already AC_SUBST'd in android.m4, which appears to be the only
> place it's set in autoconf.
Indeed, the AC_SUBST in configure.in could go away.
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
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
•