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