[vlc-commits] contribs: really disable libgcrypt docs and tests

Rafaël Carré git at videolan.org
Fri Sep 23 01:31:56 CEST 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Sep 22 19:31:31 2011 -0400| [1dc1a52a194ef02ff7fa70587b16a03983be0a7f] | committer: Rafaël Carré

contribs: really disable libgcrypt docs and tests

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

 contrib/src/gcrypt/gcrypt-nodocs.patch  |   12 ++++++++++++
 extras/contrib/src/Patches/gcrypt.patch |   12 ++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/contrib/src/gcrypt/gcrypt-nodocs.patch b/contrib/src/gcrypt/gcrypt-nodocs.patch
index c6ca792..6fed569 100644
--- a/contrib/src/gcrypt/gcrypt-nodocs.patch
+++ b/contrib/src/gcrypt/gcrypt-nodocs.patch
@@ -9,3 +9,15 @@
  EXTRA_DIST = autogen.sh README.SVN
  DISTCLEANFILES = 
  
+diff -ur libgcrypt.orig//Makefile.in libgcrypt/Makefile.in
+--- libgcrypt.orig//Makefile.in	2011-09-23 01:27:00.000000000 +0200
++++ libgcrypt/Makefile.in	2011-09-23 01:28:03.000000000 +0200
+@@ -240,7 +240,7 @@
+   --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
+ 
+ DIST_SUBDIRS = m4 mpi cipher random src doc tests
+-SUBDIRS = mpi cipher random src doc tests
++SUBDIRS = mpi cipher random src
+ EXTRA_DIST = autogen.sh README.SVN
+ DISTCLEANFILES = 
+ all: config.h
diff --git a/extras/contrib/src/Patches/gcrypt.patch b/extras/contrib/src/Patches/gcrypt.patch
index c6ca792..6fed569 100644
--- a/extras/contrib/src/Patches/gcrypt.patch
+++ b/extras/contrib/src/Patches/gcrypt.patch
@@ -9,3 +9,15 @@
  EXTRA_DIST = autogen.sh README.SVN
  DISTCLEANFILES = 
  
+diff -ur libgcrypt.orig//Makefile.in libgcrypt/Makefile.in
+--- libgcrypt.orig//Makefile.in	2011-09-23 01:27:00.000000000 +0200
++++ libgcrypt/Makefile.in	2011-09-23 01:28:03.000000000 +0200
+@@ -240,7 +240,7 @@
+   --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
+ 
+ DIST_SUBDIRS = m4 mpi cipher random src doc tests
+-SUBDIRS = mpi cipher random src doc tests
++SUBDIRS = mpi cipher random src
+ EXTRA_DIST = autogen.sh README.SVN
+ DISTCLEANFILES = 
+ all: config.h



More information about the vlc-commits mailing list