Commit d98a1f05 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Patching fix

parent 315e066e
......@@ -1613,7 +1613,7 @@ libgcrypt-$(GCRYPT_VERSION).tar.bz2:
libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.bz2
$(EXTRACT_BZ2)
patch -p 0 < Patches/gcrypt.patch
patch -p0 < Patches/gcrypt.patch
.gcrypt: libgcrypt .gpg-error
ifdef HAVE_WIN32
......
--- libgcrypt/Makefile.am.orig 2006-03-02 16:46:35.000000000 +0100
+++ libgcrypt/Makefile.am 2006-03-02 16:47:19.000000000 +0100
@@ -21,7 +21,7 @@
AUTOMAKE_OPTIONS = dist-bzip2
--- libgcrypt/Makefile.am.orig 2007-05-04 12:11:28.000000000 +0200
+++ libgcrypt/Makefile.am 2008-05-24 00:44:08.000000000 +0200
@@ -23,7 +23,7 @@
--enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
DIST_SUBDIRS = mpi cipher src doc tests w32-dll
DIST_SUBDIRS = m4 mpi cipher src doc tests
-SUBDIRS = mpi cipher src doc tests
+SUBDIRS = mpi cipher src
EXTRA_DIST = BUGS autogen.sh README.apichanges README.SVN
EXTRA_DIST = BUGS autogen.sh README.SVN
DISTCLEANFILES =
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