Page MenuHome GnuPG

(An Untitled Masterwork)
ActivePublic

Authored by aheinecke on May 22 2023, 4:04 PM.
diff --git a/configure.ac b/configure.ac
index 9a255541..d3fec2f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -257,7 +257,7 @@ if test "$build_gpg4win" = yes ; then
# A variable path here would probably be better but we cant
# use $libdir to avoid it beeing required to configure gpg4win
# build with a multiarch libdir set.
- kf5_host_tooling="/usr/lib/x86_64-linux-gnu/cmake"
+ kf5_host_tooling="/usr/lib64/cmake"
if test ! -f "$kf5_host_tooling/KF5Config/KF5ConfigConfig.cmake"; then
missing_tools="$missing_tools libkf5config-dev"
fi