319N/A#
319N/A# CDDL HEADER START
1276N/A#
319N/A# The contents of this file are subject to the terms of the
1276N/A# Common Development and Distribution License (the "License").
319N/A# You may not use this file except in compliance with the License.
319N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
919N/A# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
919N/A#
319N/ABUILD_BITS= 64_and_32
319N/Ainclude ../../make-rules/shared-macros.mk
319N/A
319N/ACOMPONENT_NAME= gnutls
493N/ACOMPONENT_VERSION= 2.8.6
319N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
319N/ACOMPONENT_ARCHIVE_HASH= \
1276N/A sha256:d6f846a7064af3ee2c9aebd65dcee76953b767170cbcd719e990ed6b9688a356
319N/ACOMPONENT_BUGDB= library/gnutls
911N/A
1276N/ATPNO= 9291
1276N/A
1276N/ACOMPONENT_BUILD_TARGETS = all info
911N/A
319N/A# Tell libtool to pass this flag through using -Wc.
319N/A# https://www.gnu.org/software/libtool/manual/html_node/Stripped-link-flags.html
319N/Astudio_NORUNPATH := -Wc,$(studio_NORUNPATH)
970N/A
977N/Ainclude $(WS_MAKE_RULES)/gnu-component.mk
970N/A
970N/APATH=$(dir $(CC)):$(USRLIBDIR):$(USRBINDIR):$(USRSBINDIR):$(GNUBIN)
970N/A
970N/ACONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
970N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
970N/ACONFIGURE_OPTIONS += --localstatedir=$(VARDIR)
319N/ACONFIGURE_OPTIONS += --disable-guile
1276N/ACONFIGURE_OPTIONS += --disable-camellia
493N/A
319N/Ainclude ../../make-rules/shared-targets.mk
970N/A
970N/ACOMPONENT_TEST_TRANSFORMS += \
970N/A '-n -e "/: x509self/d" ' \
319N/A '-e "/: x509signself/d" ' \
'-e "/: x509dn/d " ' \
'-e "/: openpgpself/d " ' \
'-e "/: crq_key_id/d " ' \
'-e "/PASS/p" ' \
'-e "/FAIL/p" '
REQUIRED_PACKAGES += library/libtasn1
REQUIRED_PACKAGES += library/security/libgpg-error
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += system/library/security/libgcrypt
REQUIRED_PACKAGES += system/library/c++-runtime
REQUIRED_PACKAGES += library/ncurses
REQUIRED_PACKAGES += library/readline