libotr: add libgpg_error dependency

libotr's INSTALL file says:

> To compile the OTR library and toolkit, you'll need at least:
>  - libgpg-error 1.0  [ftp://ftp.gnupg.org/gcrypt/libgpg-error/]
>  - libgcrypt 1.2.0   [ftp://ftp.gnupg.org/gcrypt/libgcrypt/]
This commit is contained in:
Boris Nagaev 2017-03-16 06:03:35 +01:00 committed by Boris Pek
parent fa44476f9f
commit 1e8149d088
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $(PKG)_CHECKSUM := 8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca41
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://otr.cypherpunks.ca/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libgcrypt
$(PKG)_DEPS := gcc libgcrypt libgpg_error
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://otr.cypherpunks.ca/' | \