278N/A#
278N/A# CDDL HEADER START
278N/A#
278N/A# The contents of this file are subject to the terms of the
278N/A# Common Development and Distribution License (the "License").
278N/A# You may not use this file except in compliance with the License.
278N/A#
278N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
278N/A# or http://www.opensolaris.org/os/licensing.
278N/A# See the License for the specific language governing permissions
278N/A# and limitations under the License.
278N/A#
278N/A# When distributing Covered Code, include this CDDL HEADER in each
278N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
278N/A# If applicable, add the following below this CDDL HEADER, with the
278N/A# fields enclosed by brackets "[]" replaced with your own identifying
278N/A# information: Portions Copyright [yyyy] [name of copyright owner]
278N/A#
278N/A# CDDL HEADER END
278N/A#
278N/A
278N/A#
278N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
278N/A#
278N/A
329N/ABUILD_BITS = 64_and_32
278N/ACOMPILER=gcc
278N/Ainclude ../../../make-rules/shared-macros.mk
329N/A
278N/ACOMPONENT_NAME= glib-networking
278N/ACOMPONENT_VERSION= 2.46.0
278N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/GLib
278N/ACOMPONENT_ARCHIVE_HASH= \
278N/A sha256:3655526d6dbfc697c22cd9b279e14599f8449f5802b12d84485bdc52d96482f0
278N/ACOMPONENT_BUGDB= gnome/glib
278N/A
278N/ATPNO= 25285
278N/A
278N/A# Needs updated glib2, not available on S11.
278N/Aifeq ($(BUILD_TYPE), evaluation)
278N/ABUILD_32_and_64=
278N/AINSTALL_32_and_64=
278N/APUBLISH_STAMP=
278N/Aendif
278N/A
278N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
278N/A
278N/A# Force use of gnutls-3 pkgconfig during 2.x->3.x transition
278N/APKG_CONFIG_PATHS.32 += /usr/lib/pkgconfig/gnutls-3
278N/APKG_CONFIG_PATHS.64 += /usr/lib/$(MACH64)/pkgconfig/gnutls-3
278N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
278N/ALD_OPTIONS.32 += -L /usr/lib/gnutls-3 -R /usr/lib/gnutls-3
278N/ALD_OPTIONS.64 += -L /usr/lib/$(MACH64)/gnutls-3 -R /usr/lib/$(MACH64)/gnutls-3
278N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
278N/A
278N/A# Assumes GNU xgettext in PATH
278N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
278N/A
278N/ACONFIGURE_OPTIONS += --with-ca-certificates=/etc/certs/ca-certificates.crt
278N/ACONFIGURE_OPTIONS += --with-pkcs11=no
278N/ACONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
278N/A
278N/A# for the tests
278N/Aunexport SHELLOPTS
278N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
278N/ACOMPONENT_TEST_ARGS = -k -i
278N/ACOMPONENT_TEST_TRANSFORMS += \
278N/A '-n ' \
278N/A '-e "/TOTAL:/p" ' \
278N/A '-e "/SKIP:/p" ' \
278N/A '-e "/PASS:/p" ' \
278N/A '-e "/FAIL:/p" ' \
278N/A '-e "/ERROR:/p" '
278N/A
278N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
278N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
278N/AREQUIRED_PACKAGES += developer/gnome/gettext
278N/AREQUIRED_PACKAGES += library/glib2
278N/AREQUIRED_PACKAGES += library/gnutls-3
278N/AREQUIRED_PACKAGES += library/libproxy
278N/A