make-rules/configure.mk
branchs11-update
changeset 3994 3781477accf3
parent 2855 576d5a7857b7
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3991:8b170efb5356 3994:3781477accf3
    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) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 #
    24 #
    25 # Rules and Macros for building opens source software that uses configure /
    25 # Rules and Macros for building opens source software that uses configure /
    26 # GNU auto* tools to configure their build for the system they are on.  This
    26 # GNU auto* tools to configure their build for the system they are on.  This
   100 endif
   100 endif
   101 
   101 
   102 
   102 
   103 # temporarily work around some issues
   103 # temporarily work around some issues
   104 CONFIGURE_ENV += "ac_cv_func_realloc_0_nonnull=yes"
   104 CONFIGURE_ENV += "ac_cv_func_realloc_0_nonnull=yes"
       
   105 CONFIGURE_ENV += "NM=/usr/gnu/bin/nm"
   105 COMPONENT_BUILD_ENV += "ac_cv_func_realloc_0_nonnull=yes"
   106 COMPONENT_BUILD_ENV += "ac_cv_func_realloc_0_nonnull=yes"
   106 
   107 
   107 # configure the unpacked source for building 32 and 64 bit version
   108 # configure the unpacked source for building 32 and 64 bit version
   108 CONFIGURE_SCRIPT =	$(SOURCE_DIR)/configure
   109 CONFIGURE_SCRIPT =	$(SOURCE_DIR)/configure
   109 $(BUILD_DIR)/%/.configured:	$(SOURCE_DIR)/.prep
   110 $(BUILD_DIR)/%/.configured:	$(SOURCE_DIR)/.prep