2719N/A#
2719N/A# CDDL HEADER START
2719N/A#
2719N/A# The contents of this file are subject to the terms of the
2719N/A# Common Development and Distribution License (the "License").
2719N/A# You may not use this file except in compliance with the License.
2719N/A#
2719N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2719N/A# or http://www.opensolaris.org/os/licensing.
2719N/A# See the License for the specific language governing permissions
2719N/A# and limitations under the License.
2719N/A#
2719N/A# When distributing Covered Code, include this CDDL HEADER in each
2719N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2719N/A# If applicable, add the following below this CDDL HEADER, with the
2719N/A# fields enclosed by brackets "[]" replaced with your own identifying
2719N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2719N/A#
2719N/A# CDDL HEADER END
2719N/A#
2719N/A
2719N/A#
2719N/A# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
2719N/A#
2719N/ABUILD_BITS= 64_and_32
2719N/Ainclude ../../make-rules/shared-macros.mk
2719N/A
2719N/ACOMPONENT_NAME= libgpg-error
2719N/ACOMPONENT_VERSION= 1.24
2719N/ACOMPONENT_PROJECT_URL= ftp://ftp.gnupg.org/gcrypt/$(COMPONENT_NAME)
2719N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
2719N/ACOMPONENT_ARCHIVE_HASH= \
2719N/A sha256:9268e1cc487de5e6e4460fca612a06e4f383072ac43ae90603e5e46783d3e540
2719N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.gnupg.org/gcrypt/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
2719N/ACOMPONENT_BUGDB= library/libgpg-error
2719N/A
2719N/ATPNO= 30304
2719N/A
2719N/ACOMPONENT_BUILD_TARGETS = all info
2719N/A
2719N/Ainclude $(WS_MAKE_RULES)/common.mk
2719N/A
2719N/ACONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
2719N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
2719N/ACONFIGURE_OPTIONS += --enable-threads=posix
2719N/A
2719N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
2719N/A
2719N/Ainclude ../../make-rules/shared-targets.mk
2719N/A
2719N/AREQUIRED_PACKAGES += consolidation/desktop/desktop-incorporation
2719N/A