gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-106-g6c409d2


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-106-g6c409d2
Date: Wed, 17 Feb 2010 10:19:18 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=6c409d2b8540f8338ad227d1dae94eca21b55d56

The branch, master has been updated
       via  6c409d2b8540f8338ad227d1dae94eca21b55d56 (commit)
      from  db3a3b93e599669172d46d81c3db3eb661640996 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6c409d2b8540f8338ad227d1dae94eca21b55d56
Author: Simon Josefsson <address@hidden>
Date:   Wed Feb 17 10:28:55 2010 +0100

    Silence gnulib warning about fseek.

-----------------------------------------------------------------------

Summary of changes:
 doc/examples/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 876af72..a8206ac 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -26,6 +26,11 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/libextra/includes                               \
        -I$(top_srcdir)/gl -I$(top_builddir)/gl
 
+# Gnulib warns and suggests use of fseeko instead of fseek, which is
+# used in ex-cert-select.c, but certificate files will not be > 4 GB,
+# so we just silence the warning instead of fixing the code here.
+AM_CPPFLAGS += -D_GL_NO_LARGE_FILES
+
 AM_LDFLAGS = -no-install
 LDADD = libexamples.la                         \
        ../../lib/libgnutls.la                  \


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]