diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-05-21 19:12:16 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-22 15:59:43 +0200 |
commit | 5d1e711887b0730fbe694cd2f601a0a2b87cc0e4 (patch) | |
tree | 172dfe4b23020ed62122464da56100a1a224b99a /package/autoconf-archive/0001-AX_TLS-fix-syntax-error.patch | |
parent | 2faf964e388ae31a074930559aada3dbbc3ee705 (diff) | |
download | buildroot-5d1e711887b0730fbe694cd2f601a0a2b87cc0e4.tar.gz buildroot-5d1e711887b0730fbe694cd2f601a0a2b87cc0e4.zip |
package/autoconf-archive: bump version to 2017.03.21
Patch 0001 has been rebased.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/autoconf-archive/0001-AX_TLS-fix-syntax-error.patch')
-rw-r--r-- | package/autoconf-archive/0001-AX_TLS-fix-syntax-error.patch | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/autoconf-archive/0001-AX_TLS-fix-syntax-error.patch b/package/autoconf-archive/0001-AX_TLS-fix-syntax-error.patch index 6d345d3468..c0efeb3359 100644 --- a/package/autoconf-archive/0001-AX_TLS-fix-syntax-error.patch +++ b/package/autoconf-archive/0001-AX_TLS-fix-syntax-error.patch @@ -17,6 +17,8 @@ fi Remove the [] on the third part of AS_IF. Signed-off-by: Romain Naour <romain.naour@openwide.fr> +(rebased against version 2017.03.21) +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> --- m4/ax_tls.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) @@ -29,8 +31,8 @@ index 809b761..2135dd2 100644 # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. --#serial 11 -+#serial 12 +-#serial 13 ++#serial 14 AC_DEFUN([AX_TLS], [ AC_MSG_CHECKING([for thread local storage (TLS) class]) |