components/coreutils/Makefile
changeset 1138 6e1f85fa0151
parent 1058 34d7aaa03423
child 1452 9016618ded9d
equal deleted inserted replaced
1137:5f35de46aa92 1138:6e1f85fa0151
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		coreutils
    25 COMPONENT_NAME=		coreutils
    26 COMPONENT_VERSION=	8.16
    26 COMPONENT_VERSION=	8.16
    40 CONFIGURE_OPTIONS	+=	--libdir=/usr/lib
    40 CONFIGURE_OPTIONS	+=	--libdir=/usr/lib
    41 CONFIGURE_OPTIONS	+=	--infodir=$(CONFIGURE_INFODIR)
    41 CONFIGURE_OPTIONS	+=	--infodir=$(CONFIGURE_INFODIR)
    42 CONFIGURE_OPTIONS	+=	CPPFLAGS=-I/usr/include/gmp
    42 CONFIGURE_OPTIONS	+=	CPPFLAGS=-I/usr/include/gmp
    43 CONFIGURE_OPTIONS	+=	CFLAGS="$(CFLAGS)"
    43 CONFIGURE_OPTIONS	+=	CFLAGS="$(CFLAGS)"
    44 
    44 
       
    45 # Enable ASLR for this component
       
    46 ASLR_MODE = $(ASLR_ENABLE)
       
    47 
    45 # common targets
    48 # common targets
    46 build:		$(BUILD_32)
    49 build:		$(BUILD_32)
    47 
    50 
    48 install:	$(INSTALL_32)
    51 install:	$(INSTALL_32)
    49 
    52