From 63481e619cb7f8e978b6cd7504fda409d37c982e Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Sat, 8 May 2021 12:44:45 +0200 Subject: [PATCH] libassuan: fix linking of host's libgpg-error gpgrt-config is trying to use the host's /usr/lib path when looking for libgpg-error. Therefore, disable it and gpg-error-config will be used as a fallback. Signed-off-by: Alexander Egorenkov --- libs/libassuan/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/libassuan/Makefile b/libs/libassuan/Makefile index 5e1437f37..901f47857 100644 --- a/libs/libassuan/Makefile +++ b/libs/libassuan/Makefile @@ -32,6 +32,9 @@ protocol. This protocol is used for IPC between most newer GnuPG components. Both, server and client side functions are provided. endef +CONFIGURE_VARS += \ + ac_cv_path_GPGRT_CONFIG="no" + define Build/InstallDev $(INSTALL_DIR) $(2)/bin $(1)/usr/bin $(INSTALL_BIN) \