From 52af17df39e07a5b42585d5d0b0c1a7b5600b519 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Thu, 13 May 2021 10:53:23 +0200 Subject: [PATCH] libassuan: remove gpgrt-config workaround After the recent libgpg-error update, the workaround for gpgrt-config is no more necessary. Reverts 63481e619 ("libassuan: fix linking of host's libgpg-error"). Signed-off-by: Alexander Egorenkov --- libs/libassuan/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/libassuan/Makefile b/libs/libassuan/Makefile index 901f47857..5e1437f37 100644 --- a/libs/libassuan/Makefile +++ b/libs/libassuan/Makefile @@ -32,9 +32,6 @@ 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) \