From 33c3818ac59fda3a00b7cff19fd3b1f09296fe5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 23 Feb 2019 16:35:21 +0100 Subject: Use system libdir when searching for dynamically loaded libraries. This prevents finding an incorrect architecture on multi-arch systems. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 8a859540c3cb306844288144a06028dc302408d6) --- config.h.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 2aa79d4cf..e0153f504 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -781,6 +781,7 @@ /* Suffix for lib directories */ #define KDELIBSUFF "@KDELIBSUFF@" +#define SYSTEM_LIBDIR "@SYSTEM_LIBDIR@" /* The compiled in system configuration prefix */ #define KDESYSCONFDIR "@CONFIG_INSTALL_DIR@" -- cgit v1.2.1