CMT LADSPA plugins: get rid of -nostartfiles linker flag

Using the -nostartfiles linker flag makes the CMT LADSPA plugin
library not being linked against neccessary libraries on recent Linux
systems. Therefore remove it.
This commit is contained in:
Tobias Doerffel
2011-01-16 18:51:46 +01:00
parent 4851839327
commit 60970495b0

View File

@@ -16,7 +16,3 @@ IF(NOT LMMS_BUILD_APPLE)
SET_TARGET_PROPERTIES(cmt PROPERTIES LINK_FLAGS "${LINK_FLAGS} -shared -Wl,-no-undefined")
ENDIF(NOT LMMS_BUILD_APPLE)
IF(LMMS_BUILD_LINUX)
SET_TARGET_PROPERTIES(cmt PROPERTIES LINK_FLAGS "${LINK_FLAGS} -nostartfiles")
ENDIF(LMMS_BUILD_LINUX)