You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/07/18 20:45:53 UTC

[2/3] mesos git commit: Fixed CMake build on CentOS.

Fixed CMake build on CentOS.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2d08b8c6
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2d08b8c6
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2d08b8c6

Branch: refs/heads/master
Commit: 2d08b8c654e9c7e94a5f74f7f0c5da80ee99a2f0
Parents: 2608199
Author: Joseph Wu <jo...@apache.org>
Authored: Mon Jul 18 12:09:41 2016 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Mon Jul 18 13:44:35 2016 -0700

----------------------------------------------------------------------
 3rdparty/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2d08b8c6/3rdparty/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt
index a651eed..770a382 100755
--- a/3rdparty/CMakeLists.txt
+++ b/3rdparty/CMakeLists.txt
@@ -134,7 +134,7 @@ endif (NOT WIN32)
 set(LIBEVENT_CMAKE_ARGS
   ${LIBEVENT_CMAKE_ARGS}
   -LH
-  -DCMAKE_C_FLAGS="-fPIC"
+  -DCMAKE_C_FLAGS=-fPIC
   -DEVENT__HAVE_SYS_STAT_H=1
   -DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS}
   )