Closed
Bug 645617
Opened 14 years ago
Closed 14 years ago
should respect HOST_LIBIDL_CONFIG for cross-compiling
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: m_kato, Assigned: m_kato)
Details
Actually, we need --without-libIDL for cross compiling environment. Because HOST_LIBIDL uses PKG_CHECK_MODULES(HOST_LIBILD, ...).
This is bad for cross compiling. Since PKG_CONFIG_PATH sets for target pkg-config, we canoot use --without-libIDL for cross.
We should respect HOST_LIBIDL_CONFIG if available. If fix this, it is more easy to build cross compile environment simply. (It is unnecessary to set --without-libIDL!)
fwiw, I'd love to 'fix' this by finishing pyxpidl and dropping the binary xpidl and libIDL dependency completely.
| Assignee | ||
Comment 2•14 years ago
|
||
By bug 687766, libidl gone away.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
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
•