7194N/A#
7194N/A# CDDL HEADER START
7194N/A#
7194N/A# The contents of this file are subject to the terms of the
7194N/A# Common Development and Distribution License (the "License").
7194N/A# You may not use this file except in compliance with the License.
7194N/A#
7194N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7194N/A# or http://www.opensolaris.org/os/licensing.
7194N/A# See the License for the specific language governing permissions
7194N/A# and limitations under the License.
7194N/A#
7194N/A# When distributing Covered Code, include this CDDL HEADER in each
7194N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7194N/A# If applicable, add the following below this CDDL HEADER, with the
7194N/A# fields enclosed by brackets "[]" replaced with your own identifying
7194N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7194N/A#
7194N/A# CDDL HEADER END
7194N/A#
7194N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
7194N/A#
7194N/A
7194N/ABUILD_BITS= 64_and_32
7194N/ACOMPILER= gcc
7194N/Ainclude ../../../make-rules/shared-macros.mk
7194N/A
7194N/ACOMPONENT_NAME= gnome-keyring
7194N/ACOMPONENT_VERSION= 3.18.3
7194N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/GnomeKeyring
7194N/ACOMPONENT_ARCHIVE_HASH= \
7194N/A sha256:3f670dd61789bdda75b9c9e31e289bf7b1d23ba012433474790081ba7dc0ed98
7194N/ACOMPONENT_BUGDB= gnome/security
7194N/A
7194N/ATPNO= 25824
7194N/A
7194N/ATEST_TARGET = $(NO_TESTS)
7194N/A
7194N/A# Needs updated glib2, not available on S11.
7194N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7194N/A
7194N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7194N/A
7194N/APAM_MODULE_DIR.32 = $(USRLIBDIR)/security
7194N/APAM_MODULE_DIR.64 = $(PAM_MODULE_DIR.32)/$(MACH64)
7194N/APAM_MODULE_DIR = $(PAM_MODULE_DIR.$(BITS))
7194N/A
7194N/ACONFIGURE_OPTIONS += --disable-selinux
7194N/ACONFIGURE_OPTIONS += --disable-static
7194N/ACONFIGURE_OPTIONS += --enable-gpg-agent
7194N/ACONFIGURE_OPTIONS += --enable-pam
7194N/ACONFIGURE_OPTIONS += --enable-shared
7194N/ACONFIGURE_OPTIONS += --enable-ssh-agent
7194N/ACONFIGURE_OPTIONS += --with-pam-dir=$(PAM_MODULE_DIR)
7194N/ACONFIGURE_OPTIONS += --with-pic
7194N/A# Linux-specific capabilities support.
7194N/ACONFIGURE_OPTIONS += --without-libcap-ng
7194N/A
7194N/A# Required due to patches.
7194N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
7194N/A
7194N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
7194N/A
7194N/AREQUIRED_PACKAGES += crypto/gnupg
7194N/AREQUIRED_PACKAGES += library/glib2
7194N/AREQUIRED_PACKAGES += library/gnome/gcr
7194N/AREQUIRED_PACKAGES += network/ssh
7194N/AREQUIRED_PACKAGES += system/library/libdbus
7194N/AREQUIRED_PACKAGES += system/library/security/libgcrypt
7194N/A