Bug 166323 - build on Debian GNU/Linux patch for k3b
Summary: build on Debian GNU/Linux patch for k3b
Status: CLOSED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-11 20:51 UTC by David Palacio
Modified: 2009-10-19 21:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.