Commit 9781c400 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: fix gcrypt->gpg-error dependency

parent fb024c2d
...@@ -14,7 +14,9 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt ...@@ -14,7 +14,9 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt
$(APPLY) $(SRC)/gcrypt/gcrypt-nodocs.patch $(APPLY) $(SRC)/gcrypt/gcrypt-nodocs.patch
$(MOVE) $(MOVE)
.gcrypt: libgcrypt .gpg-error DEPS_gcrypt = gpg-error
.gcrypt: libgcrypt
#$(RECONF) #$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160 --enable-pubkey-ciphers=dsa cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160 --enable-pubkey-ciphers=dsa
cd $< && $(MAKE) install cd $< && $(MAKE) install
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
GPGERROR_VERSION := 1.7 GPGERROR_VERSION := 1.7
GPGERROR_URL := ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.bz2 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: $(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2:
$(call download,$(GPGERROR_URL)) $(call download,$(GPGERROR_URL))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment