lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 809eb6be1c029c16244b70c9b12fb6df3e8bf9d6
parent cf7e4ba5ac74835fc9988b3e5122b35eebe07f55
Author: W. Michael Petullo <mike@flyn.org>
Date:   Fri, 18 Jul 2014 01:12:05 -0400

libgcrypt: update tarball MD5 and avoid building docs and tests

Signed-off-by: W. Michael Petullo <mike@flyn.org>

Diffstat:
Mlibs/libgcrypt/Makefile | 2+-
Mlibs/libgcrypt/patches/001-no_docs_tests.patch | 32+++++++++++++++++---------------
2 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgcrypt -PKG_MD5SUM:=3285fc1d12583cd5a731345211a7c7a2 +PKG_MD5SUM:=a5a5060dc2f80bcac700ab0236ea47dc PKG_FIXUP:=patch-libtool PKG_INSTALL:=1 diff --git a/libs/libgcrypt/patches/001-no_docs_tests.patch b/libs/libgcrypt/patches/001-no_docs_tests.patch @@ -1,26 +1,28 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -22,8 +22,8 @@ AUTOMAKE_OPTIONS = dist-bzip2 - DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \ - --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia +diff -u --recursive libgcrypt-1.6.1-vanilla/Makefile.am libgcrypt-1.6.1/Makefile.am +--- libgcrypt-1.6.1-vanilla/Makefile.am 2014-07-18 00:31:21.020329371 -0400 ++++ libgcrypt-1.6.1/Makefile.am 2014-07-18 00:31:49.076314616 -0400 +@@ -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 doc tests -SUBDIRS = compat mpi cipher random src doc tests +DIST_SUBDIRS = m4 compat mpi cipher random src +SUBDIRS = compat mpi cipher random src - EXTRA_DIST = autogen.sh README.SVN - DISTCLEANFILES = ---- a/Makefile.in -+++ b/Makefile.in -@@ -281,8 +281,8 @@ AUTOMAKE_OPTIONS = dist-bzip2 - DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \ - --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia + EXTRA_DIST = autogen.sh autogen.rc README.GIT LICENSES \ + ChangeLog-2011 build-aux/ChangeLog-2011 doc/ChangeLog-2011 \ +diff -u --recursive libgcrypt-1.6.1-vanilla/Makefile.in libgcrypt-1.6.1/Makefile.in +--- libgcrypt-1.6.1-vanilla/Makefile.in 2014-07-18 00:31:21.020329371 -0400 ++++ libgcrypt-1.6.1/Makefile.in 2014-07-18 00:31:54.974311498 -0400 +@@ -331,8 +331,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 doc tests -SUBDIRS = compat mpi cipher random src doc tests +DIST_SUBDIRS = m4 compat mpi cipher random src +SUBDIRS = compat mpi cipher random src - EXTRA_DIST = autogen.sh README.SVN - DISTCLEANFILES = - all: config.h + EXTRA_DIST = autogen.sh autogen.rc README.GIT LICENSES \ + ChangeLog-2011 build-aux/ChangeLog-2011 doc/ChangeLog-2011 \ + m4/ChangeLog-2011 cipher/ChangeLog-2011 src/ChangeLog-2011 \