Bug 282044

Summary: vkontakte plugin do not respect 64 bit library path
Product: [Applications] digikam Reporter: Unnamed_Hero <uh.linux>
Component: Plugin-WebService-VkontakteAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: aspotashev, caulier.gilles
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In: 1.1.0
Sentry Crash Report:
Attachments: fixing strange syntax

Description Unnamed_Hero 2011-09-14 22:31:57 UTC
Version:           2.2.0 (using KDE 4.7.1) 
OS:                Linux

Due to strange variables in Cmakelist.txt vkontakte plugin do not respect 64 bit library path. Attached patch fix this. 

Reproducible: Always

Steps to Reproduce:
build digikam with these cmake options

-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=RELEASE
-DLIB_DIR=lib64
-DCMAKE_SKIP_RPATH=ON

Actual Results:  
install into /usr/lib

Expected Results:  
install into /usr/lib64
Comment 1 Unnamed_Hero 2011-09-14 22:33:23 UTC
Created attachment 63651 [details]
fixing strange syntax
Comment 2 Alexander Potashev 2011-09-15 02:01:59 UTC
Already fixed in "master". Unfortunately digiKam 2.1.1 was released without this fix.


P.S.: Thanks for packaging for AgiliaLinux! (even though I have never used this distro)
Comment 3 Alexander Potashev 2011-09-15 02:01:59 UTC
*** This bug has been confirmed by popular vote. ***