Makefile revision 5680
32N/A#
32N/A# CDDL HEADER START
493N/A#
32N/A# The contents of this file are subject to the terms of the
32N/A# Common Development and Distribution License (the "License").
32N/A# You may not use this file except in compliance with the License.
32N/A#
32N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32N/A# or http://www.opensolaris.org/os/licensing.
32N/A# See the License for the specific language governing permissions
32N/A# and limitations under the License.
32N/A#
32N/A# When distributing Covered Code, include this CDDL HEADER in each
32N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
32N/A# If applicable, add the following below this CDDL HEADER, with the
32N/A# fields enclosed by brackets "[]" replaced with your own identifying
32N/A# information: Portions Copyright [yyyy] [name of copyright owner]
32N/A#
32N/A# CDDL HEADER END
32N/A#
32N/A
32N/A#
32N/A# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
32N/A#
32N/ABUILD_BITS= 64_and_32
32N/Ainclude ../../make-rules/shared-macros.mk
32N/A
32N/ACOMPONENT_NAME= gnutls
32N/ACOMPONENT_VERSION= 2.8.6
32N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
493N/ACOMPONENT_ARCHIVE_HASH= \
32N/A sha256:d6f846a7064af3ee2c9aebd65dcee76953b767170cbcd719e990ed6b9688a356
32N/ACOMPONENT_BUGDB= library/gnutls
32N/A
493N/ATPNO= 9291
32N/A
32N/ACOMPONENT_BUILD_TARGETS = all info
493N/A
32N/Ainclude $(WS_MAKE_RULES)/gnu-component.mk
32N/A
32N/APATH=$(dir $(CC)):$(USRLIBDIR):$(USRBINDIR):$(USRSBINDIR):$(GNUBIN)
32N/A
32N/ACONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
32N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
CONFIGURE_OPTIONS += --localstatedir=$(VARDIR)
CONFIGURE_OPTIONS += --enable-guile=no
CONFIGURE_OPTIONS += --disable-camellia
ASLR_MODE = $(ASLR_ENABLE)
include ../../make-rules/shared-targets.mk
COMPONENT_TEST_TRANSFORMS += \
'-n -e "/: x509self/d" ' \
'-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