You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2017/04/24 17:41:16 UTC

geode-native git commit: GEODE-2814 Remove curl dependency from native client build

Repository: geode-native
Updated Branches:
  refs/heads/GEODE-2814 [created] 1b93cd9a0


GEODE-2814 Remove curl dependency from native client build

Signed-off-by: Scott Jewell <sj...@pivotal.io>


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/1b93cd9a
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/1b93cd9a
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/1b93cd9a

Branch: refs/heads/GEODE-2814
Commit: 1b93cd9a05272c644dad622b171bdbc46eaca474
Parents: 32bd9e1
Author: Dick Cavender <dc...@pivotal.io>
Authored: Mon Apr 24 10:37:59 2017 -0700
Committer: Scott Jewell <sj...@pivotal.io>
Committed: Mon Apr 24 10:37:59 2017 -0700

----------------------------------------------------------------------
 src/dependencies/xerces-c/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/1b93cd9a/src/dependencies/xerces-c/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/dependencies/xerces-c/CMakeLists.txt b/src/dependencies/xerces-c/CMakeLists.txt
index a64f954..dc29d7a 100644
--- a/src/dependencies/xerces-c/CMakeLists.txt
+++ b/src/dependencies/xerces-c/CMakeLists.txt
@@ -45,7 +45,7 @@ if (WIN32)
                  #TODO cleanup includes?
                  COMMAND ${CMAKE_COMMAND} -E copy_directory src <INSTALL_DIR>/include )
 else()
-  set ( _CONFIGURE_COMMAND ${CONFIGURE} $<$<CONFIG:Debug>:--with-debug> --libdir=<INSTALL_DIR>/lib --with-pic "CFLAGS=${${PROJECT_NAME}_CFLAGS}" "CXXFLAGS=${${PROJECT_NAME}_CXXFLAGS}" "MAKE=$(MAKE)" )
+  set ( _CONFIGURE_COMMAND ${CONFIGURE} $<$<CONFIG:Debug>:--with-debug> --libdir=<INSTALL_DIR>/lib --without-curl --with-pic "CFLAGS=${${PROJECT_NAME}_CFLAGS}" "CXXFLAGS=${${PROJECT_NAME}_CXXFLAGS}" "MAKE=$(MAKE)" )
   set ( _BUILD_COMMAND $(MAKE) all )
   set ( _INSTALL_COMMAND $(MAKE) install )
 endif()