gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_10-2-g6563a


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_10-2-g6563a1e
Date: Sun, 04 Sep 2011 12:28:01 +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=6563a1eb636524c57ad86473044814a14c4c8b10

The branch, gnutls_2_12_x has been updated
       via  6563a1eb636524c57ad86473044814a14c4c8b10 (commit)
      from  18cc9f9280b11770d50f004c3d586fd238a36e08 (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 6563a1eb636524c57ad86473044814a14c4c8b10
Author: Andreas Metzler <address@hidden>
Date:   Sat Sep 3 18:19:32 2011 +0200

    Add p11-kit-1 to gnutls.pc Requires.private.
    
    If building with PKCS#11 support append p11-kit-1 to gnutls.pc
    Requires.private.
    
    Signed-off-by: Nikos Mavrogiannopoulos <address@hidden>

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

Summary of changes:
 lib/configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/lib/configure.ac b/lib/configure.ac
index 920f1d8..1b5bad2 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -107,6 +107,11 @@ if test "$with_p11_kit" != "no"; then
                AC_DEFINE([ENABLE_PKCS11], 1, [Build PKCS#11 support])
                CFLAGS="$CFLAGS $P11_KIT_CFLAGS"
                LIBS="$LIBS $P11_KIT_LIBS"
+               if test "x$GNUTLS_REQUIRES_PRIVATE" = "x"; then
+                       GNUTLS_REQUIRES_PRIVATE="Requires.private: p11-kit-1"
+               else
+                       GNUTLS_REQUIRES_PRIVATE="${GNUTLS_REQUIRES_PRIVATE}, 
p11-kit-1"
+               fi
        else
                AC_MSG_WARN([[
 *** 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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