[vlc-commits] contrib: fix gcrypt->gpg-error dependency

Rémi Denis-Courmont git at videolan.org
Wed Jul 6 17:54:25 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jul  6 10:36:39 2011 +0300| [9781c400f13e21876b8dccd0dd7d7530855abb42] | committer: Rémi Denis-Courmont

contrib: fix gcrypt->gpg-error dependency

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9781c400f13e21876b8dccd0dd7d7530855abb42
---

 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 fda5460..1b0e12c 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 86e0f23..bcae0ad 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))
 



More information about the vlc-commits mailing list