components/gnome/gnome-keyring/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Wed, 08 Feb 2017 06:43:04 -0800
changeset 7655 b5ff34d7b33b
parent 7196 b0e313a2264a
child 7687 1093e2a9adbd
permissions -rw-r--r--
25504759 Update irsii to version 1.0.1 25504738 problem in UTILITY/IRSSI
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7196
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
BUILD_BITS=             64_and_32
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
COMPILER=		gcc
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		gnome-keyring
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_VERSION=	3.18.3
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Projects/GnomeKeyring
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_ARCHIVE_HASH= \
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
	sha256:3f670dd61789bdda75b9c9e31e289bf7b1d23ba012433474790081ba7dc0ed98
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_BUGDB=	gnome/security
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
TPNO=			25824
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
TEST_TARGET = $(NO_TESTS)
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
# Needs updated glib2, not available on S11.
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
include $(WS_MAKE_RULES)/no-evaluation.mk
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
include $(WS_MAKE_RULES)/gnome-component.mk
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
PAM_MODULE_DIR.32 = $(USRLIBDIR)/security
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
PAM_MODULE_DIR.64 = $(PAM_MODULE_DIR.32)/$(MACH64)
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
PAM_MODULE_DIR = $(PAM_MODULE_DIR.$(BITS))
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
CONFIGURE_OPTIONS += --disable-selinux
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
CONFIGURE_OPTIONS += --disable-static
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
CONFIGURE_OPTIONS += --enable-gpg-agent
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
CONFIGURE_OPTIONS += --enable-pam
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
CONFIGURE_OPTIONS += --enable-shared
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
CONFIGURE_OPTIONS += --enable-ssh-agent
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
CONFIGURE_OPTIONS += --with-pam-dir=$(PAM_MODULE_DIR)
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
CONFIGURE_OPTIONS += --with-pic
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
# Linux-specific capabilities support.
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
CONFIGURE_OPTIONS += --without-libcap-ng
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    58
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    59
# Required due to patches.
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    60
COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    61
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    62
CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    63
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    64
REQUIRED_PACKAGES += crypto/gnupg
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    65
REQUIRED_PACKAGES += library/glib2
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    66
REQUIRED_PACKAGES += library/gnome/gcr
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    67
REQUIRED_PACKAGES += network/ssh
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    68
REQUIRED_PACKAGES += system/library/libdbus
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    69
REQUIRED_PACKAGES += system/library/security/libgcrypt
b0e313a2264a 23245305 Move gnome-keyring to Userland and update to 3.18.3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    70