Closed
Bug 359606
Opened 19 years ago
Closed 18 years ago
Disable mozreg_s from XULRUNNER embedding-profile=minimal
Categories
(Toolkit Graveyard :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9alpha8
People
(Reporter: romaxa, Assigned: romaxa)
Details
Attachments
(1 file, 1 obsolete file)
|
716 bytes,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
Building xulrunner trunk with
embedding-profile=minimal failed with message:
....................
make[1]: *** No rule to make target `../../dist/lib/libmozreg_s.a', needed by `libxul.so'. Stop.
make: *** [default] Error 2
...................
I think for embedding level < MOZ_EMBEDDING_LEVEL_DEFAULT we should remove mosreg_s...
See patch in attachment
| Assignee | ||
Comment 1•19 years ago
|
||
| Assignee | ||
Updated•19 years ago
|
Attachment #244766 -
Flags: second-review?(benjamin)
Attachment #244766 -
Flags: first-review?(benjamin)
Attachment #244766 -
Flags: first-review?
Updated•19 years ago
|
Attachment #244766 -
Flags: second-review?(benjamin)
Attachment #244766 -
Flags: first-review?(benjamin)
Attachment #244766 -
Flags: first-review+
| Assignee | ||
Comment 2•18 years ago
|
||
Tested with FF/SM/XULRUNNER build
Attachment #270914 -
Flags: review?
| Assignee | ||
Updated•18 years ago
|
Whiteboard: [checkin needed]
Comment 3•18 years ago
|
||
why are you now using #ifdef and you weren't before?
Updated•18 years ago
|
Keywords: checkin-needed
Whiteboard: [checkin needed]
Updated•18 years ago
|
Attachment #270914 -
Flags: review? → review?(benjamin)
Updated•18 years ago
|
Keywords: checkin-needed
Updated•18 years ago
|
Attachment #270914 -
Flags: review?(benjamin) → review+
| Assignee | ||
Updated•18 years ago
|
Whiteboard: [checkin needed]
| Assignee | ||
Comment 4•18 years ago
|
||
It appears after building in different configurations, FF/Xulrunner
Updated•18 years ago
|
Keywords: checkin-needed
Whiteboard: [checkin needed]
Comment 5•18 years ago
|
||
Committed the second patch, was it the right thing to do?
Checking in toolkit/library/libxul-config.mk;
/cvsroot/mozilla/toolkit/library/libxul-config.mk,v <-- libxul-config.mk
new revision: 1.50; previous revision: 1.49
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Flags: in-testsuite-
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9beta1
Updated•18 years ago
|
Attachment #244766 -
Attachment is obsolete: true
Updated•7 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•