From c6b68fba138da80f08ddddfff9cd6795898d24b6 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 13 Jul 2008 16:24:42 +0000 Subject: [PATCH] Disabled docs and test from libgcrypt (#3754) git-svn-id: svn://svn.openwrt.org/openwrt/packages@11806 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../libgcrypt/patches/002-no_docs_tests.patch | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libs/libgcrypt/patches/002-no_docs_tests.patch diff --git a/libs/libgcrypt/patches/002-no_docs_tests.patch b/libs/libgcrypt/patches/002-no_docs_tests.patch new file mode 100644 index 000000000..98cb1cd9d --- /dev/null +++ b/libs/libgcrypt/patches/002-no_docs_tests.patch @@ -0,0 +1,28 @@ +diff -urN libgcrypt-1.4.1/Makefile.am libgcrypt-1.4.1.new/Makefile.am +--- libgcrypt-1.4.1/Makefile.am 2007-05-04 12:11:28.000000000 +0200 ++++ libgcrypt-1.4.1.new/Makefile.am 2008-07-13 18:18:04.000000000 +0200 +@@ -22,8 +22,8 @@ + DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \ + --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia + +-DIST_SUBDIRS = m4 mpi cipher src doc tests +-SUBDIRS = mpi cipher src doc tests ++DIST_SUBDIRS = m4 mpi cipher src ++SUBDIRS = mpi cipher src + EXTRA_DIST = BUGS autogen.sh README.SVN + DISTCLEANFILES = + +diff -urN libgcrypt-1.4.1/Makefile.in libgcrypt-1.4.1.new/Makefile.in +--- libgcrypt-1.4.1/Makefile.in 2008-04-25 17:53:24.000000000 +0200 ++++ libgcrypt-1.4.1.new/Makefile.in 2008-07-13 18:17:54.000000000 +0200 +@@ -236,8 +236,8 @@ + DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \ + --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia + +-DIST_SUBDIRS = m4 mpi cipher src doc tests +-SUBDIRS = mpi cipher src doc tests ++DIST_SUBDIRS = m4 mpi cipher src ++SUBDIRS = mpi cipher src + EXTRA_DIST = BUGS autogen.sh README.SVN + DISTCLEANFILES = + all: config.h