mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
kde-plasma/kwallet-pam: Set KDE_INSTALL_LIBDIR i./o. CMAKE_INSTALL_LIBDIR
Prior to gentoo commit 7bc9e3869c, KDEInstallDirs
got its value from CMAKE_INSTALL_LIBDIR if set, which was deprecated behavior.
ecm.eclass was fixed to tick KDE_INSTALL_* variables instead of relying on
cmake.eclass to set up GNUInstallDirs, but kwallet-pam was forgotten.
Closes: https://bugs.gentoo.org/967168
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -25,7 +25,7 @@ BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
|
||||
-DKDE_INSTALL_LIBDIR="/$(get_libdir)"
|
||||
)
|
||||
ecm_src_configure
|
||||
}
|
||||
@@ -25,7 +25,7 @@ BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
|
||||
-DKDE_INSTALL_LIBDIR="/$(get_libdir)"
|
||||
)
|
||||
ecm_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user