From 9781c400f13e21876b8dccd0dd7d7530855abb42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 6 Jul 2011 10:36:39 +0300 Subject: [PATCH] contrib: fix gcrypt->gpg-error dependency --- contrib/src/gcrypt/rules.mak | 4 +++- contrib/src/gpg-error/rules.mak | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/src/gcrypt/rules.mak b/contrib/src/gcrypt/rules.mak index fda546082b..1b0e12c918 100644 --- a/contrib/src/gcrypt/rules.mak +++ b/contrib/src/gcrypt/rules.mak @@ -14,7 +14,9 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt $(APPLY) $(SRC)/gcrypt/gcrypt-nodocs.patch $(MOVE) -.gcrypt: libgcrypt .gpg-error +DEPS_gcrypt = gpg-error + +.gcrypt: libgcrypt #$(RECONF) cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160 --enable-pubkey-ciphers=dsa cd $< && $(MAKE) install diff --git a/contrib/src/gpg-error/rules.mak b/contrib/src/gpg-error/rules.mak index 86e0f23317..bcae0ad4b5 100644 --- a/contrib/src/gpg-error/rules.mak +++ b/contrib/src/gpg-error/rules.mak @@ -2,8 +2,6 @@ GPGERROR_VERSION := 1.7 GPGERROR_URL := ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.bz2 -PKGS += gpg-error - $(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2: $(call download,$(GPGERROR_URL)) -- 2.39.5