]> Savannah Git Hosting - gnulib.git/commitdiff
Port crypto/af_alg to GCC 4.8.4
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Jun 2018 01:02:10 +0000 (18:02 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Jun 2018 01:02:35 +0000 (18:02 -0700)
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.

ChangeLog
modules/crypto/af_alg

index b23b10919321e4b1442ab44269617c22cd7c36ad..1104876572a2dbe4bc8f3737861db1d73a4d0b86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 519bab7bfcd738ce596d2a170e278fa1814411a0..2ad25febbf2af75a8b7f5dcbb542a585dea77ed3 100644 (file)
@@ -8,6 +8,7 @@ lib/sys-limits.h
 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