make-rules/configure.mk
changeset 1512 f57514e19ede
parent 1352 1358a1e1ff4c
child 2022 d590db614c66
equal deleted inserted replaced
1511:4d3b0b480760 1512:f57514e19ede
   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