Commit 5fc0ccda authored by Rafaël Carré's avatar Rafaël Carré

contrib: gcrypt: disable tests

parent 1f9b2e88
--- libgcrypt/Makefile.am.orig 2012-07-23 16:41:58.927873202 +0200
+++ libgcrypt/Makefile.am 2012-07-23 16:42:05.723873200 +0200
@@ -23,7 +23,7 @@
--enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
-SUBDIRS = compat mpi cipher random src doc tests
+SUBDIRS = compat mpi cipher random src doc
EXTRA_DIST = autogen.sh README.SVN
DISTCLEANFILES =
......@@ -11,6 +11,7 @@ $(TARBALLS)/libgcrypt-$(GCRYPT_VERSION).tar.bz2:
libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt
$(UNPACK)
$(APPLY) $(SRC)/gcrypt/notests.patch
$(MOVE)
DEPS_gcrypt = gpg-error
......@@ -27,7 +28,7 @@ CONFIGURE_OPTS += --disable-asm --disable-aesni-support
endif
endif
.gcrypt: libgcrypt
#$(RECONF)
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160,sha512 --enable-pubkey-ciphers=dsa,rsa,ecc $(CONFIGURE_OPTS)
cd $< && $(MAKE) install
touch $@
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