Bug 166323

Summary: build on Debian GNU/Linux patch for k3b
Product: [Applications] k3b Reporter: David Palacio <dpalacio>
Component: generalAssignee: Sebastian Trueg <trueg>
Status: CLOSED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description David Palacio 2008-07-11 20:51:49 UTC
Version:           1.95-svn (using KDE 4.0.83)
Installed from:    Compiled From Sources
OS:                Linux

Cannot link against a library. Fixed with this patch (possibly related issue: http://lists.debian.org/debian-qt-kde/2008/07/msg00191.html ).

Index: libk3b/CMakeLists.txt
===================================================================
--- libk3b/CMakeLists.txt	(revisiĆ³n: 830469)
+++ libk3b/CMakeLists.txt	(copia de trabajo)
@@ -232,6 +232,7 @@
 target_link_libraries(k3b
   ${KDE4_KUTILS_LIBS}
   ${KDE4_KDE3SUPPORT_LIBS}
+  ${KDE4_KPTY_LIBS}
   ${KCDDB_LIBRARIES}
   k3bdevice
   dl )
Comment 1 Nicolas L. 2008-07-21 20:38:15 UTC
SVN commit 836107 by nlecureuil:

Add build patch from David Palacio
CCBUG: 166323


 M  +1 -0      CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=836107
Comment 2 Nicolas L. 2008-07-21 20:39:46 UTC
Just fixed  thanks for the patch.