components/gd2/Makefile
changeset 1664 128a1af2859e
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1663:d64772b1eb67 1664:128a1af2859e
    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, 2014, 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=		gd2
    25 COMPONENT_NAME=		gd2
    26 COMPONENT_VERSION=      2.0.35
    26 COMPONENT_VERSION=      2.0.35
    58 CONFIGURE_OPTIONS  +=           --with-x
    58 CONFIGURE_OPTIONS  +=           --with-x
    59 CONFIGURE_OPTIONS  +=           --with-pic
    59 CONFIGURE_OPTIONS  +=           --with-pic
    60 
    60 
    61 COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -if)
    61 COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -if)
    62 
    62 
       
    63 ASLR_MODE = $(ASLR_ENABLE)
       
    64 
    63 build: $(BUILD_32_and_64)
    65 build: $(BUILD_32_and_64)
    64 
    66 
    65 install: $(INSTALL_32_and_64)
    67 install: $(INSTALL_32_and_64)
    66 
    68 
    67 test: 	$(NO_TESTS)
    69 test: 	$(NO_TESTS)