Skip to content

Commit

Permalink
dev-lang/spidermonkey: fix cross-compile
Browse files Browse the repository at this point in the history
Instead of the standard --build= and --host=, Mozilla
uses --host instead of --build, and --target intstead
of --host.

Closes: https://bugs.gentoo.org/717314
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Jul 2, 2020
1 parent 3eead7c commit ac3c9c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-lang/spidermonkey/spidermonkey-68.10.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ src_configure() {
# and other minor arches
ECONF_SOURCE="${S}" \
econf \
--host="${CBUILD:-${CHOST}}" \
--target="${CHOST}" \
--disable-jemalloc \
--disable-optimize \
Expand Down

0 comments on commit ac3c9c8

Please sign in to comment.