[Digikam-devel] [Bug 258931] linking broken when using -Wl, --no-copy-dt-needed-entries

ismail donmez ( cartman ) ismail at kde.org
Fri Aug 26 10:51:28 BST 2011


https://bugs.kde.org/show_bug.cgi?id=258931





--- Comment #6 from ismail ( cartman ) donmez <ismail kde org>  2011-08-26 09:51:28 ---
No its not properly patched, GPHOTO2_LIBRARIES should be the last argument like
this:

--- core/digikam/CMakeLists.txt 2011-07-28 01:28:25.000000000 +0200
+++ core/digikam/CMakeLists.txt 2011-08-26 10:10:07.010025844 +0200
@@ -278,13 +278,14 @@

         ${STRIGI_LIBRARIES}
         ${LCMS_LIBRARIES}
-        ${GPHOTO2_LIBRARIES}

         digikamcore
         digikamdatabase
         advancedrename
         queuemanager
         cameragui
+
+        ${GPHOTO2_LIBRARIES}
 )

-- 
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