Closed
Bug 289059
Opened 20 years ago
Closed 20 years ago
AIX GTK2 build fails to link after checkin for Bug 280725
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pkwarren, Assigned: pkwarren)
Details
Attachments
(1 file)
648 bytes,
patch
|
benjamin
:
review+
tor
:
superreview+
|
Details | Diff | Splinter Review |
The checkin for Bug 280725 added a dependency on the X11 libraries on the
toolkit/components/remote library. Since -lX11 isn't included in the pkg-config
output for gtk2 on AIX, it is necessary to explicitly link against X11 libraries
to resolve all of the necessary symbols.
This is similar to Bug 236836, which was fixed for mozilla-bin.
Assignee | ||
Comment 1•20 years ago
|
||
This fixes the error by adding an explicit dependency on the X11 libraries when
linking this shared library.
Comment 2•20 years ago
|
||
Comment on attachment 179657 [details] [diff] [review]
Patch v1
Urgh. Oh well.
Attachment #179657 -
Flags: review?(benjamin) → review+
Assignee | ||
Updated•20 years ago
|
Attachment #179657 -
Flags: superreview?(bryner)
Assignee | ||
Updated•20 years ago
|
Attachment #179657 -
Flags: superreview?(bryner) → superreview?(tor)
Attachment #179657 -
Flags: superreview?(tor) → superreview+
Assignee | ||
Comment 3•20 years ago
|
||
Fixed.
Checking in Makefile.in;
/cvsroot/mozilla/toolkit/components/remote/Makefile.in,v <-- Makefile.in
new revision: 1.4; previous revision: 1.3
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 4•20 years ago
|
||
ifdef MOZ_X11?
Comment 5•20 years ago
|
||
hrm, that's not in autoconf.mk.in, although configure.in does AC_SUBST(MOZ_X11)...
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
•