-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/125116/
-----------------------------------------------------------

Review request for KDE Frameworks.


Repository: kwallet-pam


Description
-------

Patch fixing issue with library's installation path


Diffs
-----

  CMakeLists.txt bfdcfda 

Diff: https://git.reviewboard.kde.org/r/125116/diff/


Testing
-------

The current CMakeLists.txt has the result, in Chakra Linux, to install the 
library in /lib64 wich is wrong. With attached patch it seems to follow right 
behaviour. Old and new version of CMakeLists.txt were tested with the following 
command:

cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DLIB_INSTALL_DIR=lib \
        -DSYSCONF_INSTALL_DIR=/etc \
        -DLIBEXEC_INSTALL_DIR=lib \
        -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d \
        -DBUILD_TESTING=OFF \
        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON


Thanks,

Giuseppe Calà

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to