Makefile revision 7097
4917N/A# The contents of this file are subject to the terms of the 4917N/A# Common Development and Distribution License (the "License"). 4917N/A# You may not use this file except in compliance with the License. 4917N/A# See the License for the specific language governing permissions 4917N/A# and limitations under the License. 4917N/A# When distributing Covered Code, include this CDDL HEADER in each 4917N/A# If applicable, add the following below this CDDL HEADER, with the 4917N/A# fields enclosed by brackets "[]" replaced with your own identifying 4917N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5341N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. 4917N/A# parfait is a bit unhappy (22527218) 4917N/A# gcc 5.3 can't compile this version of firefox yet, so keep using 4.9 for now. 4917N/A# There are a set of .xpi files (as given in the LANG_LIST definition below) 4917N/A# that we need. These are available under: 4917N/A# We could download and unpack them individually, but instead I've created 4917N/A# a compressed tarball of them, and made that available locally for download. 4917N/A# collide due to different files with identical .xpi names. 4917N/A# Alignment issues on sparc: do not publish until resolved. echo "ac_add_options --enable-gstreamer" >>
$(MOZCONFIG) ; \
echo "ac_add_options --with-intl-api" >>
$(MOZCONFIG) ; \
echo "ac_add_options --enable-system-libffi" >>
$(MOZCONFIG) ; \
echo "ac_add_options --enable-system-sqlite" >>
$(MOZCONFIG) ; \
echo "ac_add_options --enable-ipc" >>
$(MOZCONFIG) ; \
echo "ac_add_options --enable-system-pixman" >>
$(MOZCONFIG) ; \
echo "ac_add_options --enable-startup-notification" >>
$(MOZCONFIG) ; \
echo "ac_add_options --enable-dtrace" >>
$(MOZCONFIG) ; \
echo "ac_add_options --enable-replace-malloc" >>
$(MOZCONFIG) ;
# Currently, GCC 4.9 incorrectly forces all 32-bit compilation to use lf64(7) # If the configure options are not explicitly set, then configure fails with: # configure: warning: CC=/usr/gcc/4.8/bin/gcc: invalid host type # configure: warning: CXX=/usr/gcc/4.8/bin/g++: invalid host type # configure: error: can only configure for one host and one target at a time # Run gmake download-xpis to download a tarball for xpi locally. # The resulting archive should be uploaded to userland internal archive. @
echo "downloading firefox xpis" '-e "/^PASSED ALL/,/Failed:/p" ' \