components/guile/Makefile
changeset 1485 808df10bcc09
parent 1058 34d7aaa03423
child 1496 f774cfa29f53
equal deleted inserted replaced
1484:01108fd9c6ef 1485:808df10bcc09
    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=		guile
    25 COMPONENT_NAME=		guile
    26 COMPONENT_VERSION=	1.8.6
    26 COMPONENT_VERSION=	1.8.6
    42 CONFIGURE_OPTIONS +=	--disable-static 
    42 CONFIGURE_OPTIONS +=	--disable-static 
    43 CONFIGURE_OPTIONS +=	--disable-error-on-warning
    43 CONFIGURE_OPTIONS +=	--disable-error-on-warning
    44 CONFIGURE_OPTIONS +=	ac_cv_type_complex_double=no
    44 CONFIGURE_OPTIONS +=	ac_cv_type_complex_double=no
    45 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    45 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    46 
    46 
       
    47 ASLR_MODE = $(ASLR_ENABLE)
       
    48 
    47 # common targets
    49 # common targets
    48 build:		$(BUILD_32_and_64)
    50 build:		$(BUILD_32_and_64)
    49 
    51 
    50 install:	$(INSTALL_32_and_64)
    52 install:	$(INSTALL_32_and_64)
    51 
    53