libassuan: fix linking of host's libgpg-error
authorAlexander Egorenkov <egorenar-dev@posteo.net>
Sat, 8 May 2021 10:44:45 +0000 (12:44 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 11 May 2021 16:02:15 +0000 (17:02 +0100)
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 <egorenar-dev@posteo.net>
libs/libassuan/Makefile

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