diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-02-06 06:45:14 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-02-06 06:45:14 (GMT) |
commit | 3c99abf4cbc8301e49e979d0c48a388f773467d4 (patch) | |
tree | a13f77c45cb587c5971d207746ebbcff511cc08a /src/gnutls-1-fixes.patch | |
parent | 44441d42a1dc0647c63c63c934c7279dc5a47f9c (diff) | |
download | mxe-3c99abf4cbc8301e49e979d0c48a388f773467d4.zip mxe-3c99abf4cbc8301e49e979d0c48a388f773467d4.tar.gz mxe-3c99abf4cbc8301e49e979d0c48a388f773467d4.tar.bz2 |
package gnutls: drop required automake version from 1.11.3 to 1.11.1
Diffstat (limited to 'src/gnutls-1-fixes.patch')
-rw-r--r-- | src/gnutls-1-fixes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnutls-1-fixes.patch b/src/gnutls-1-fixes.patch index 4cc1612..29d3d61 100644 --- a/src/gnutls-1-fixes.patch +++ b/src/gnutls-1-fixes.patch @@ -90,7 +90,7 @@ index 847bcdb..38465c4 100644 AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([1.11.3 no-dist-gzip dist-xz -Wall -Werror -Wno-override]) -+AM_INIT_AUTOMAKE([1.11.3 no-dist-gzip dist-xz -Wall -Wno-override]) ++AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz -Wall -Wno-override]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_HEADERS([config.h]) |