Makefile revision 4176
219N/A#
219N/A# CDDL HEADER START
219N/A#
219N/A# The contents of this file are subject to the terms of the
219N/A# Common Development and Distribution License (the "License").
219N/A# You may not use this file except in compliance with the License.
219N/A#
219N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
219N/A# or http://www.opensolaris.org/os/licensing.
219N/A# See the License for the specific language governing permissions
219N/A# and limitations under the License.
219N/A#
219N/A# When distributing Covered Code, include this CDDL HEADER in each
219N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
219N/A# If applicable, add the following below this CDDL HEADER, with the
219N/A# fields enclosed by brackets "[]" replaced with your own identifying
219N/A# information: Portions Copyright [yyyy] [name of copyright owner]
219N/A#
219N/A# CDDL HEADER END
219N/A#
219N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
814N/A#
219N/Ainclude ../../make-rules/shared-macros.mk
219N/A
219N/ACOMPONENT_NAME= tar
219N/ACOMPONENT_VERSION= 1.27.1
219N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/tar/
219N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
219N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
219N/ACOMPONENT_ARCHIVE_HASH= \
618N/A sha256:9b0fb3ce8512059337add0da5f8f0f7d7647f2201f5ece24581d620ea60337c6
219N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/tar/$(COMPONENT_ARCHIVE)
219N/ACOMPONENT_BUGDB= utility/gtar
844N/A
844N/ATPNO= 16886
618N/A
219N/Ainclude $(WS_MAKE_RULES)/prep.mk
219N/Ainclude $(WS_MAKE_RULES)/configure.mk
219N/Ainclude $(WS_MAKE_RULES)/ips.mk
219N/A
219N/A# workaround for CR 6998994
219N/Asparc_COPTFLAG = -xO2
814N/A
219N/A# Enforce tar binary to standard path
219N/ACONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin
219N/A
219N/A# Use ssh (rather than rsh) for remote commands.
219N/ACONFIGURE_ENV += "RSH=/usr/bin/ssh"
219N/A
219N/ACONFIGURE_OPTIONS += --with-rmt=/usr/sbin/rmt
219N/ACONFIGURE_OPTIONS += --libexecdir=/usr/sbin
219N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
219N/A
219N/ACOMPONENT_BUILD_TARGETS = all
219N/A
219N/AASLR_MODE = $(ASLR_ENABLE)
219N/A
219N/Abuild: $(BUILD_64)
219N/A
219N/Ainstall: $(INSTALL_64)
219N/A
219N/Atest: $(TEST_64)
219N/A
219N/A
219N/AREQUIRED_PACKAGES += compress/bzip2
219N/AREQUIRED_PACKAGES += compress/gzip
219N/AREQUIRED_PACKAGES += network/ssh
219N/AREQUIRED_PACKAGES += network/openssh
219N/AREQUIRED_PACKAGES += system/core-os
219N/AREQUIRED_PACKAGES += system/library
219N/A