[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kmail
From:       Benjamin Reed <ranger () befunk ! com>
Date:       2007-06-05 13:32:08
Message-ID: 1181050328.084157.17518.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 671741 by reed:

CMake does not remove duplicate linker entries (ie, when I build on osx, I end up \
with at least 5 -framework QtCore's for example).  Unfortunately, Apple's linker is a
piece of crap and runs out of memory trying to parse these libraries multiple times
when linking, so I'm reducing some of the _LIBS entries to _LIBRARY to cut down on
duplicates.

> P


 M  +3 -3      CMakeLists.txt  


--- trunk/KDE/kdepim/kmail/CMakeLists.txt #671740:671741
@@ -213,9 +213,9 @@
 
 kde4_add_library(kmailprivate SHARED ${kmailprivate_LIB_SRCS})
 
-target_link_libraries(kmailprivate  ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KHTML_LIBS} \
                ${KDE4_KMIME_LIBS} kpgp kdepim
-  kpimidentities mimelib ksieve kleopatra ${KDE4_KCAL_LIBS} ${KDE4_PHONON_LIBS} \
                ${KDE4_KNOTIFYCONFIG_LIBS} ${KDE4_KTNEF_LIBS}
-  threadweaver ${KDE4_KUTILS_LIBS} ${KDE4_MAILTRANSPORT_LIBS})
+target_link_libraries(kmailprivate  ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KHTML_LIBRARY} \
${KDE4_KMIME_LIBS} kpgp kdepim +  kpimidentities mimelib ksieve kleopatra \
${KDE4_KCAL_LIBS} ${KDE4_PHONON_LIBS} ${KDE4_KNOTIFYCONFIG_LIBRARY} \
${KDE4_KTNEF_LIBS} +  threadweaver ${KDE4_KUTILS_LIBRARY} ${KDE4_MAILTRANSPORT_LIBS})
 
 set_target_properties(kmailprivate PROPERTIES VERSION ${GENERIC_LIB_VERSION} \
SOVERSION ${GENERIC_LIB_SOVERSION} )  install(TARGETS kmailprivate  DESTINATION \
${LIB_INSTALL_DIR})


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic