Commit 81f12767 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/gcrypt: disable tests compilation

parent cf759605
diff -ru libgcrypt-fixed/Makefile.am libgcrypt/Makefile.am
--- libgcrypt-fixed/Makefile.am 2015-09-11 16:39:35.000000000 +0200
+++ libgcrypt/Makefile.am 2015-09-11 16:39:58.000000000 +0200
@@ -25,8 +25,8 @@
# (A suitable gitlog-to-changelog script can be found in GnuPG master.)
GITLOG_TO_CHANGELOG=gitlog-to-changelog
-DIST_SUBDIRS = m4 compat mpi cipher random src tests
-SUBDIRS = compat mpi cipher random src tests
+DIST_SUBDIRS = m4 compat mpi cipher random src
+SUBDIRS = compat mpi cipher random src
EXTRA_DIST = autogen.sh autogen.rc README.GIT LICENSES \
ChangeLog-2011 build-aux/ChangeLog-2011 \
......@@ -13,6 +13,7 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt
$(UNPACK)
$(APPLY) $(SRC)/gcrypt/fix-amd64-assembly-on-solaris.patch
$(APPLY) $(SRC)/gcrypt/0001-Fix-assembly-division-check.patch
$(APPLY) $(SRC)/gcrypt/disable-tests-compilation.patch
$(MOVE)
DEPS_gcrypt = gpg-error
......
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