kdesupport/strigi/libstreamanalyzer/lib
Andreas Hartmetz
ahartmetz at gmail.com
Wed Mar 17 02:34:25 CET 2010
SVN commit 1104224 by ahartmetz:
Link with gold. Linking against "dl" is, I think, a hack that can't stay.
I couldn't find any way to find libdl using CMake - IIRC it used to be
possible?!
CCMAIL: kde-buildsystem at kde.org
CCMAIL: jos at vandenoever.info
M +1 -1 CMakeLists.txt
--- trunk/kdesupport/strigi/libstreamanalyzer/lib/CMakeLists.txt #1104223:1104224
@@ -62,7 +62,7 @@
set(streamanalyzer_libs ${streamanalyzer_libs} ${LIBDL} )
endif(HAVE_LIBDL)
target_link_libraries(streamanalyzerstatic ${streamanalyzer_libs}
- ${CMAKE_THREAD_LIBS_INIT})
+ ${CMAKE_THREAD_LIBS_INIT} dl)
add_library(streamanalyzer SHARED ${streamanalyzer_SRCS})
set_target_properties(streamanalyzer PROPERTIES
More information about the Kde-buildsystem
mailing list