components/patch/Makefile
changeset 4196 d697072a92f5
parent 4195 d88c5d15a4af
child 4197 67d7270f6817
equal deleted inserted replaced
4195:d88c5d15a4af 4196:d697072a92f5
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 include ../../make-rules/shared-macros.mk
       
    25 
       
    26 COMPONENT_NAME=		patch
       
    27 COMPONENT_VERSION=	2.7.1
       
    28 COMPONENT_PROJECT_URL=	http://www.gnu.org/software/patch/
       
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
       
    31 COMPONENT_ARCHIVE_HASH=	\
       
    32     sha256:c05f28668c3474bc63adcd48abae921d15e71c254fbebdbaeda40456d64039d5
       
    33 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/patch/$(COMPONENT_ARCHIVE)
       
    34 COMPONENT_BUGDB=	utility/gpatch
       
    35 
       
    36 TPNO=			18936
       
    37 
       
    38 include $(WS_MAKE_RULES)/prep.mk
       
    39 include $(WS_MAKE_RULES)/configure.mk
       
    40 include $(WS_MAKE_RULES)/ips.mk
       
    41 
       
    42 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
       
    43 
       
    44 COMPONENT_INSTALL_ARGS += bindir=$(USRBINDIR)
       
    45 
       
    46 ASLR_MODE = $(ASLR_ENABLE)
       
    47 
       
    48 # common targets
       
    49 configure:	$(CONFIGURE_64)
       
    50 
       
    51 build:		$(BUILD_64)
       
    52 
       
    53 install:	$(INSTALL_64)
       
    54 
       
    55 test:		$(TEST_64)
       
    56 
       
    57 
       
    58 REQUIRED_PACKAGES += system/library