From e29c4bab2a92136a0b2d6f0d4d120d7b3f09bec6 Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Fri, 4 Sep 2015 11:11:14 -0300 Subject: third-party: update jemalloc to 4.0.2 jemalloc 4.0 adds support for OpenBSD, DragonFlyBSD and other platforms. Release notes: https://github.com/jemalloc/jemalloc/releases/tag/4.0.0 4.0.1 and 4.0.2 are bugfix releases Release notes: https://github.com/jemalloc/jemalloc/releases/tag/4.0.1 https://github.com/jemalloc/jemalloc/releases/tag/4.0.2 --- third-party/cmake/BuildJeMalloc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third-party/cmake/BuildJeMalloc.cmake') diff --git a/third-party/cmake/BuildJeMalloc.cmake b/third-party/cmake/BuildJeMalloc.cmake index 5aaad2f25c..8b0fac36a4 100644 --- a/third-party/cmake/BuildJeMalloc.cmake +++ b/third-party/cmake/BuildJeMalloc.cmake @@ -16,7 +16,7 @@ ExternalProject_Add(jemalloc -DUSE_EXISTING_SRC_DIR=${USE_EXISTING_SRC_DIR} -P ${CMAKE_CURRENT_SOURCE_DIR}/cmake/DownloadAndExtractFile.cmake BUILD_IN_SOURCE 1 - CONFIGURE_COMMAND ${DEPS_BUILD_DIR}/src/jemalloc/configure --enable-cc-silence + CONFIGURE_COMMAND ${DEPS_BUILD_DIR}/src/jemalloc/configure CC=${DEPS_C_COMPILER} --prefix=${DEPS_INSTALL_DIR} BUILD_COMMAND "" INSTALL_COMMAND ${MAKE_PRG} install_include install_lib) -- cgit