Makefile revision 4066
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User# CDDL HEADER START
01eb8e213b335b77b114202e8152c8114de8ddecAutomatic Updater# The contents of this file are subject to the terms of the
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed# Common Development and Distribution License (the "License").
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed# You may not use this file except in compliance with the License.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
01eb8e213b335b77b114202e8152c8114de8ddecAutomatic Updater# See the License for the specific language governing permissions
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed# and limitations under the License.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed# When distributing Covered Code, include this CDDL HEADER in each
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed# If applicable, add the following below this CDDL HEADER, with the
01eb8e213b335b77b114202e8152c8114de8ddecAutomatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed# information: Portions Copyright [yyyy] [name of copyright owner]
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed# CDDL HEADER END
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy ReedCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCOMPONENT_PROJECT_URL= https://ftp.gnu.org/gnu/gnutls/
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User sha256:d6f846a7064af3ee2c9aebd65dcee76953b767170cbcd719e990ed6b9688a356
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCOMPONENT_ARCHIVE_URL= https://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy ReedPATH=$(dir $(CC)):/usr/lib:/usr/bin:/usr/sbin:/usr/gnu/bin
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed '-n -e "/: x509self/d" ' \
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User '-e "/: x509signself/d" ' \
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed '-e "/: x509dn/d " ' \
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed '-e "/: openpgpself/d " ' \
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed '-e "/: crq_key_id/d " ' \
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed '-e "/PASS/p" ' \
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User '-e "/FAIL/p" '
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserREQUIRED_PACKAGES += library/security/libgpg-error
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy ReedREQUIRED_PACKAGES += system/library/security/libgcrypt