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_11_7-3-gaebbd4


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_7-3-gaebbd45
Date: Thu, 10 Mar 2011 16:14:40 +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=aebbd450d914f17a11ebdc439fd4ba510b23f3bd

The branch, gnutls_2_12_x has been updated
       via  aebbd450d914f17a11ebdc439fd4ba510b23f3bd (commit)
      from  36737800a82352bb39dcc698ba914b875ab1f5b3 (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 aebbd450d914f17a11ebdc439fd4ba510b23f3bd
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Mar 10 17:14:12 2011 +0100

    link libgnutls-extra against libgcrypt if required. Based
    on patch by Andreas Metzler <address@hidden>

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

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

diff --git a/libextra/Makefile.am b/libextra/Makefile.am
index 1daa7fb..a1bf88e 100644
--- a/libextra/Makefile.am
+++ b/libextra/Makefile.am
@@ -89,6 +89,10 @@ libgnutls_extra_la_LDFLAGS = -no-undefined
 libgnutls_extra_la_SOURCES += \
        ext_inner_application.h ext_inner_application.c gnutls_ia.c
 
+if !ENABLE_NETTLE
+libgnutls_extra_la_LIBADD += $(LTLIBGCRYPT)
+endif
+
 # Rest
 
 if HAVE_LD_OUTPUT_DEF


hooks/post-receive
-- 
GNU gnutls



reply via email to

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