Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380885 - >=www-client/firefox-5 should pass --target=
Summary: >=www-client/firefox-5 should pass --target=
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2011-08-27 20:03 UTC by Raúl Porcel (RETIRED)
Modified: 2011-10-03 02:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raúl Porcel (RETIRED) gentoo-dev 2011-08-27 20:03:04 UTC
Since firefox-5 it seems that firefox now needs more stuff to be passed. Since you're passing --prefix and --libdir, --target should also be passed. It mainly helps with crosscompilation.

Thats why econf is used vs configure.
Comment 1 Jory A. Pratt gentoo-dev 2011-08-28 01:04:34 UTC
Reopening until I work out target support.
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2011-09-25 17:37:24 UTC
any news?
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2011-09-25 17:50:18 UTC
Here, have a fix:
        mozconfig_annotate '' --target="${CTARGET:-${CHOST}}"
Comment 4 Jory A. Pratt gentoo-dev 2011-10-03 02:03:16 UTC
Thanks Raul, has been committed to tree.