Makefile revision 7097
62c99f49a3404e2af0b9d5014d79b59d81cdc3a5Eugenia Sergueeva# CDDL HEADER START
62c99f49a3404e2af0b9d5014d79b59d81cdc3a5Eugenia Sergueeva# The contents of this file are subject to the terms of the
62c99f49a3404e2af0b9d5014d79b59d81cdc3a5Eugenia Sergueeva# Common Development and Distribution License (the "License").
62c99f49a3404e2af0b9d5014d79b59d81cdc3a5Eugenia Sergueeva# You may not use this file except in compliance with the License.
687ff9d0123fe71321fbed01b78b47858cc44f9eEugenia Sergueeva# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
687ff9d0123fe71321fbed01b78b47858cc44f9eEugenia Sergueeva# See the License for the specific language governing permissions
687ff9d0123fe71321fbed01b78b47858cc44f9eEugenia Sergueeva# and limitations under the License.
a90ea07179d350aa30efb19985d4ec8dd03497bcJulian Kigwana# When distributing Covered Code, include this CDDL HEADER in each
62c99f49a3404e2af0b9d5014d79b59d81cdc3a5Eugenia Sergueeva# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
62c99f49a3404e2af0b9d5014d79b59d81cdc3a5Eugenia Sergueeva# If applicable, add the following below this CDDL HEADER, with the
a90ea07179d350aa30efb19985d4ec8dd03497bcJulian Kigwana# fields enclosed by brackets "[]" replaced with your own identifying
687ff9d0123fe71321fbed01b78b47858cc44f9eEugenia Sergueeva# information: Portions Copyright [yyyy] [name of copyright owner]
687ff9d0123fe71321fbed01b78b47858cc44f9eEugenia Sergueeva# CDDL HEADER END
62c99f49a3404e2af0b9d5014d79b59d81cdc3a5Eugenia Sergueeva# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
761e67e8ea31d33615f2bc64c0e0ceb69a7fe5f2Eugenia Sergueeva# parfait is a bit unhappy (22527218)
# Downloading them individually can be a problem because firefox/thunderbird
# -L.../dist/bin needs to be set otherwise it will report missing libnss3.so,
# libssl3.so, etc, while linking.
CONFIGURE_ENV += LDFLAGS="$(LD_Z_IGNORE) -z interpose -B nodirect -L$(BUILD_DIR_32)/dist/lib -L$(BUILD_DIR_32)/dist/bin"
$(PROTOUSRLIBDIR)/thunderbird-$(COMPONENT_VERSION)/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}
$(CP) -r $(BUILD_DIR_32)/dist/bin/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/* \
$(LIGHTNING_EXT_DIR) ;
$(PROTOUSRLIBDIR)/thunderbird-$(COMPONENT_VERSION)/distribution/extensions/langpack-$$f@thunderbird.mozilla.org.xpi ; \
$(LIGHTNING_EXT_DIR)/ ; \
echo 'locale calendar '$$f' chrome/calendar-'$$f'/locale/'$$f'/calendar/' >> $(LIGHTNING_EXT_DIR)/chrome.manifest ; \
echo 'locale lightning '$$f' chrome/lightning-'$$f'/locale/'$$f'/lightning/' >> $(LIGHTNING_EXT_DIR)/chrome.manifest ; \
/usr/bin/curl -s -o $(COMPONENT_DIR)/xpi-lightning/lightning-$(LIGHTNING_VERSION).$$f.linux-i686.xpi \