libassuan: remove gpgrt-config workaround
authorAlexander Egorenkov <egorenar-dev@posteo.net>
Thu, 13 May 2021 08:53:23 +0000 (10:53 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 21 May 2021 23:15:34 +0000 (00:15 +0100)
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 <egorenar-dev@posteo.net>
libs/libassuan/Makefile

index 901f478575b4254e93cc3500ade1ed00cdddae87..5e1437f373f98b78958cf351da61df2d25fcf020 100644 (file)
@@ -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) \