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.
(cherry picked from commit 60970495b0)
This commit is contained in:
Tobias Doerffel
2011-01-16 18:51:46 +01:00
parent 7c8b9070e4
commit 15a0316899

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)