components/bzip2/Makefile
changeset 1138 6e1f85fa0151
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1137:5f35de46aa92 1138:6e1f85fa0151
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		bzip2
    28 COMPONENT_NAME=		bzip2
    37 
    37 
    38 include ../../make-rules/prep.mk
    38 include ../../make-rules/prep.mk
    39 include ../../make-rules/justmake.mk
    39 include ../../make-rules/justmake.mk
    40 include ../../make-rules/ips.mk
    40 include ../../make-rules/ips.mk
    41 include ../../make-rules/lint-libraries.mk
    41 include ../../make-rules/lint-libraries.mk
       
    42 
       
    43 # Enable ASLR for this component
       
    44 ASLR_MODE = $(ASLR_ENABLE)
    42 
    45 
    43 LINT_FLAGS +=	-I.
    46 LINT_FLAGS +=	-I.
    44 
    47 
    45 # we need to enable large file support and build PIC for our shared libraries
    48 # we need to enable large file support and build PIC for our shared libraries
    46 CFLAGS += $(CPP_LARGEFILES) $(CC_PIC)
    49 CFLAGS += $(CPP_LARGEFILES) $(CC_PIC)