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 2015/12/10 19:09:04 UTC

[2/2] mesos git commit: CMake: Updated LFLAG for dl library to defined label.

CMake: Updated LFLAG for dl library to defined label.

Review: https://reviews.apache.org/r/41185


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

Branch: refs/heads/master
Commit: eab2a77fe8b412a3a4784b496b16ed76f1a530dd
Parents: 386bcbc
Author: Diana Arroyo <da...@us.ibm.com>
Authored: Thu Dec 10 09:54:52 2015 -0800
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Thu Dec 10 10:07:08 2015 -0800

----------------------------------------------------------------------
 .../libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/eab2a77f/3rdparty/libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake b/3rdparty/libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake
index 9893d74..af52aa0 100644
--- a/3rdparty/libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake
+++ b/3rdparty/libprocess/3rdparty/stout/cmake/StoutTestsConfigure.cmake
@@ -111,7 +111,7 @@ else (WIN32)
   set(STOUT_TEST_LIBS
     ${STOUT_TEST_LIBS}
     ${GTEST_LFLAG}
-    dl
+    ${DL_LFLAG}
     apr-1
     )
 endif (WIN32)
@@ -122,4 +122,4 @@ endif (WIN32)
 # individually.
 if (LINUX)
   set(STOUT_TEST_LIBS ${STOUT_TEST_LIBS} rt)
-endif (LINUX)
\ No newline at end of file
+endif (LINUX)