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

List:       kde-commits
Subject:    KDE/kdelibs/kinit
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2009-12-15 8:23:37
Message-ID: 1260865417.170147.32088.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1062561 by apaku:

Fix linkage on systems where libsocket.so exists. kdeinit4 uses sockets, so
needs to link against the library.
BUG:211389


 M  +1 -1      CMakeLists.txt  


--- trunk/KDE/kdelibs/kinit/CMakeLists.txt #1062560:1062561
@@ -44,7 +44,7 @@
   kde4_add_executable(kdeinit4 NOGUI ${kdeinit_SRCS})
 endif (APPLE OR WIN32)
 
-target_link_libraries(kdeinit4 ${KDE4_KDECORE_LIBS} ${kdeinit_LIBS} )
+target_link_libraries(kdeinit4 ${KDE4_KDECORE_LIBS} ${kdeinit_LIBS} ${KINIT_SOCKET_LIBRARY} )
 if (Q_WS_X11)
   target_link_libraries(kdeinit4 ${X11_X11_LIB})
 endif(Q_WS_X11)
[prev in list] [next in list] [prev in thread] [next in thread] 

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