[Digikam-devel]  [Bug 257329] build fails - openmp flags
    tropikhajma 
    tropikhajma at gmail.com
       
    Tue Nov 30 20:42:32 GMT 2010
    
    
  
https://bugs.kde.org/show_bug.cgi?id=257329
--- Comment #4 from tropikhajma <tropikhajma gmail com>  2010-11-30 21:42:26 ---
the below patch fixes the mentioned raw2png failure:
--- libs/libkdcraw/test/CMakeLists.txt.orig     2010-11-30 20:49:46.096351324
+0100
+++ libs/libkdcraw/test/CMakeLists.txt  2010-11-30 20:50:45.080015887 +0100
@@ -30,7 +30,7 @@
 SET(raw2png_SRCS raw2png.cpp)
 KDE4_ADD_EXECUTABLE(raw2png NOGUI ${raw2png_SRCS})
-TARGET_LINK_LIBRARIES(raw2png kdcraw ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
+TARGET_LINK_LIBRARIES(raw2png kdcraw ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY}
${OPENMP_LDFLAGS} )
 LIBKDCRAW_BUILD_TEST(simple_dcraw)
 LIBKDCRAW_BUILD_TEST(mem_image)
-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
    
    
More information about the Digikam-devel
mailing list