mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 21:14:32 +04:00
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 <egorenar-dev@posteo.net>
This commit is contained in:
committed by
Daniel Golle
parent
62c48b89de
commit
63481e619c
@@ -32,6 +32,9 @@ protocol. This protocol is used for IPC between most newer GnuPG
|
|||||||
components. Both, server and client side functions are provided.
|
components. Both, server and client side functions are provided.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CONFIGURE_VARS += \
|
||||||
|
ac_cv_path_GPGRT_CONFIG="no"
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(2)/bin $(1)/usr/bin
|
$(INSTALL_DIR) $(2)/bin $(1)/usr/bin
|
||||||
$(INSTALL_BIN) \
|
$(INSTALL_BIN) \
|
||||||
|
|||||||
Reference in New Issue
Block a user