changeset 39405:32569f5cd87f

Port crypto/af_alg to GCC 4.8.4 Problem reported by Peter Simons in: https://lists.gnu.org/r/bug-gnulib/2018-06/msg00002.html * modules/crypto/af_alg (Depends-on): Add c99 if USE_AF_ALG.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 03 Jun 2018 18:02:10 -0700
parents 6a86d4bde4e3
children 92552e95e19a
files ChangeLog modules/crypto/af_alg
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jun 03 08:42:45 2018 -0700
+++ b/ChangeLog	Sun Jun 03 18:02:10 2018 -0700
@@ -1,3 +1,10 @@
+2018-06-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+	Port crypto/af_alg to GCC 4.8.4
+	Problem reported by Peter Simons in:
+	https://lists.gnu.org/r/bug-gnulib/2018-06/msg00002.html
+	* modules/crypto/af_alg (Depends-on): Add c99 if USE_AF_ALG.
+
 2018-05-27  Colin Watson  <cjwatson@debian.org>
 
 	bootstrap: document source fetching in --help
--- a/modules/crypto/af_alg	Sun Jun 03 08:42:45 2018 -0700
+++ b/modules/crypto/af_alg	Sun Jun 03 18:02:10 2018 -0700
@@ -8,6 +8,7 @@
 m4/af_alg.m4
 
 Depends-on:
+c99             [test $USE_AF_ALG = 1]
 fseeko          [test $USE_AF_ALG = 1]
 ftello          [test $USE_AF_ALG = 1]
 sys_socket