Browse Source

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 <egorenar-dev@posteo.net>
lilik-openwrt-22.03
Alexander Egorenkov 3 years ago
committed by Daniel Golle
parent
commit
52af17df39
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libs/libassuan/Makefile

+ 0
- 3
libs/libassuan/Makefile View 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) \


Loading…
Cancel
Save