Bug 282044 - vkontakte plugin do not respect 64 bit library path
Summary: vkontakte plugin do not respect 64 bit library path
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Vkontakte (show other bugs)
Version: 1.0.0
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-14 22:31 UTC by Unnamed_Hero
Modified: 2020-06-02 06:09 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 1.1.0
Sentry Crash Report:


Attachments
fixing strange syntax (975 bytes, patch)
2011-09-14 22:33 UTC, Unnamed_Hero
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***