[Digikam-devel] [Bug 270593] New: acquireimages fail to link on amd64, same as fixed #269903
Francesco Riosa
francesco at pnpitalia.it
Sun Apr 10 13:56:10 BST 2011
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: digikam-devel at kde.org
ReportedBy: francesco at pnpitalia.it
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.
More information about the Digikam-devel
mailing list