[clfft] 56/64: fix for the -lrt link issue with ubuntu/travisci

Jérôme Kieffer kieffer-guest at moszumanska.debian.org
Wed May 20 07:33:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

kieffer-guest pushed a commit to branch develop
in repository clfft.

commit 30626c6110e369c3ceecc1cf6dc7c96437a397a9
Author: Braga <braga at linux-flyn.amd.com>
Date:   Tue Mar 31 18:42:57 2015 -0500

    fix for the -lrt link issue with ubuntu/travisci
---
 src/client/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt
index 649d856..0164f7f 100644
--- a/src/client/CMakeLists.txt
+++ b/src/client/CMakeLists.txt
@@ -37,7 +37,7 @@ elseif( APPLE )
 	set( CMAKE_CXX_FLAGS "-std=c++11 -stdlib=libc++ ${CMAKE_CXX_FLAGS}" )	
 else( )
 	# To use the dlopen() and dlclose() functions, we should link with libdl
-	set( DL_LIB "-ldl" )
+	set( DL_LIB "-ldl -lrt" )
 endif( )
 
 # Include standard OpenCL headers

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list