BUG: the Plugin test fails on NetBSD, let's see if this fixes it

Alex
This commit is contained in:
Alexander Neundorf 2007-07-16 10:13:00 -04:00
parent 5bd38eb630
commit ce33d80fa5
1 changed files with 3 additions and 0 deletions

View File

@ -7,5 +7,8 @@ IF(EXISTS /usr/include/dlfcn.h)
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":") # : or empty
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,")
SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-soname,")
SET(CMAKE_EXE_EXPORTS_C_FLAG "-Wl,--export-dynamic")
SET(CMAKE_EXE_EXPORTS_CXX_FLAG "-Wl,--export-dynamic")
ENDIF(EXISTS /usr/include/dlfcn.h)
INCLUDE(Platform/UnixPaths)