Bug 270593 - acquireimages fail to link on amd64, same as fixed #269903
Summary: acquireimages fail to link on amd64, same as fixed #269903
Status: RESOLVED FIXED
Alias: None
Product: libksane
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: imaging-bugs-null
URL:
Keywords:
: 270573 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-04-10 14:56 UTC by Francesco Riosa
Modified: 2015-09-17 09:29 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 2.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Riosa 2011-04-10 14:56:09 UTC
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
Comment 1 caulier.gilles 2011-04-10 15:25:17 UTC
*** Bug 270573 has been marked as a duplicate of this bug. ***
Comment 2 caulier.gilles 2011-04-10 15:27:28 UTC
Git commit fea4f8316d22ca70e5f517234a5be2ec2d9688ef by Gilles Caulier.
Committed on 10/04/2011 at 15:31.
Pushed by cgilles into branch 'master'.

compile under 64bits computer with GCC
BUGS: 270593

M  +7    -0    acquireimages/CMakeLists.txt     

http://commits.kde.org/kipi-plugins/fea4f8316d22ca70e5f517234a5be2ec2d9688ef