https://bugs.kde.org/show_bug.cgi?id=270593 Summary: acquireimages fail to link on amd64, same as fixed
#269903
Product: digikam
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: libkipi
AssignedTo:
[hidden email]
ReportedBy:
[hidden email]
Version: unspecified (using Devel)
OS: Linux
same as Bug #269903 but for acquireimages
put into extra/kipi-plugins/acquireimages/CMakeLists.txt
the following lines:
# Adjust flag for static lib and 64 bits computers using -fPIC for GCC compiler
(B.K.O: #269903 AND #??????)
FOREACH(_currentfile ${acquireimages_common_SRCS})
IF(NOT MSVC)
SET_SOURCE_FILES_PROPERTIES(${_currentfile} PROPERTIES COMPILE_FLAGS
"-fPIC")
ENDIF(NOT MSVC)
ENDFOREACH(_currentfile ${acquireimages_common_SRCS})
Reproducible: Always
Steps to Reproduce:
just build, external environment is openSuse with kde 4.6.2
--
Configure bugmail:
https://bugs.kde.org/userprefs.cgi?tab=email------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel