Makefile revision 5795
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# CDDL HEADER START
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# The contents of this file are subject to the terms of the
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# Common Development and Distribution License (the "License").
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# You may not use this file except in compliance with the License.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9a80079e082fdf4fe8e19f8fc61e6cd8799b47a7Christian Maeder# See the License for the specific language governing permissions
9a80079e082fdf4fe8e19f8fc61e6cd8799b47a7Christian Maeder# and limitations under the License.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# When distributing Covered Code, include this CDDL HEADER in each
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# If applicable, add the following below this CDDL HEADER, with the
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# fields enclosed by brackets "[]" replaced with your own identifying
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# information: Portions Copyright [yyyy] [name of copyright owner]
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# CDDL HEADER END
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
8f5219469b89a15dc6d4c2c30463775975f5841cRazvan Pascanu sha256:f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007
8f5219469b89a15dc6d4c2c30463775975f5841cRazvan PascanuCOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
9a80079e082fdf4fe8e19f8fc61e6cd8799b47a7Christian Maeder# Cyrus SASL is S12-only (at least for evaluation builds).
28ca54b0d63d1d26a991711c8c7e85c474994715Christian Maeder# Need to pick up the Studio compiler as some Makefiles just use "cc".
28ca54b0d63d1d26a991711c8c7e85c474994715Christian Maeder# Need to pick up the GNU version of xgettext.
9a80079e082fdf4fe8e19f8fc61e6cd8799b47a7Christian MaederPATH=$(dir $(CC)):$(SPRO_VROOT)/bin:$(GNUBIN):$(USRBINDIR)
8f5219469b89a15dc6d4c2c30463775975f5841cRazvan PascanuCFLAGS += -DG_IMPLEMENT_INLINES -DG_HAVE_ISO_VARARGS
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanu# Needed to get libpurple to link properly.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan PascanuCONFIGURE_ENV += PKG_CONFIG_PATH=$(PKG_CONFIG_PATH.64)/gnutls-3
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan PascanuCONFIGURE_ENV += "ac_cv_path_perlpath=$(PERL)"
8f5219469b89a15dc6d4c2c30463775975f5841cRazvan PascanuCONFIGURE_OPTIONS += --with-gnutls-includes=$(USRINCDIR)/gnutls-3
009efae64aabc651dfd00b4c0add09e07420aa53Razvan PascanuCONFIGURE_OPTIONS += --with-gnutls-libs=$(USRLIBDIR64)/gnutls-3
9a80079e082fdf4fe8e19f8fc61e6cd8799b47a7Christian Maeder# Always show the build and link lines for easier debugging.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan PascanuREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan PascanuREQUIRED_PACKAGES += library/gnome/gnome-keyring
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan PascanuREQUIRED_PACKAGES += library/perl-5/xml-parser
9a80079e082fdf4fe8e19f8fc61e6cd8799b47a7Christian MaederREQUIRED_PACKAGES += library/python/python-dbus-27
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan PascanuREQUIRED_PACKAGES += system/library/libdbus-glib
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan PascanuREQUIRED_PACKAGES += system/library/security/libsasl2