From fc428e25903d78569d5503fe969eeb4646e2495b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 18:03:15 +0100 Subject: [PATCH] gnutls: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../gnutls/patches/gnutls-3.0.25-automake-1.13.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/security/gnutls/patches/gnutls-3.0.25-automake-1.13.patch diff --git a/packages/security/gnutls/patches/gnutls-3.0.25-automake-1.13.patch b/packages/security/gnutls/patches/gnutls-3.0.25-automake-1.13.patch new file mode 100644 index 0000000000..adee8bbb49 --- /dev/null +++ b/packages/security/gnutls/patches/gnutls-3.0.25-automake-1.13.patch @@ -0,0 +1,12 @@ +diff -Naur gnutls-3.0.25/configure.ac gnutls-3.0.25.patch/configure.ac +--- gnutls-3.0.25/configure.ac 2012-10-12 17:08:55.000000000 +0200 ++++ gnutls-3.0.25.patch/configure.ac 2013-01-12 02:31:30.475591948 +0100 +@@ -27,7 +27,7 @@ + + AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz dist-lzip -Wall -Werror -Wno-override]) + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + AC_MSG_RESULT([*** + *** Checking for compilation programs...