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_2-15-gc16dc


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_2-15-gc16dc16
Date: Wed, 13 Apr 2011 18:19:55 +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=c16dc1680b23c379640fc56973bc7807468b6432

The branch, gnutls_2_12_x has been updated
       via  c16dc1680b23c379640fc56973bc7807468b6432 (commit)
      from  a523d2afa6b083401c589576b54ac5af91482647 (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 c16dc1680b23c379640fc56973bc7807468b6432
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Apr 13 20:19:15 2011 +0200

    check for libdl that pakchois needs.

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

Summary of changes:
 NEWS             |    2 ++
 lib/Makefile.am  |    2 +-
 lib/configure.ac |    2 ++
 3 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 8f316c5..91236ef 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ See the end for copying conditions.
 
 * Version 2.12.3 (unreleased)
 
+* libgnutls: depend on libdl.
+
 * libgnutls: gnutls_transport_set_global_errno() was deprecated.
 Use your system's errno fascility or gnutls_transport_set_errno().
 
diff --git a/lib/Makefile.am b/lib/Makefile.am
index f4c3403..27e4478 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -123,7 +123,7 @@ libgnutls_la_LDFLAGS = -no-undefined \
        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
 
 libgnutls_la_LIBADD = gl/liblgnu.la x509/libgnutls_x509.la \
-       $(LTLIBZ)  $(LTLIBINTL) $(LIBSOCKET)
+       $(LTLIBZ)  $(LTLIBINTL) $(LIBSOCKET) $(LTLIBDL)
 
 if ENABLE_OPENPGP
 libgnutls_la_LIBADD += openpgp/libgnutls_openpgp.la
diff --git a/lib/configure.ac b/lib/configure.ac
index 73c5e47..e70e8c1 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -93,6 +93,8 @@ lgl_INIT
 
 AC_CHECK_FUNCS(getrusage,,)
 AC_LIB_HAVE_LINKFLAGS(pthread,, [#include <pthread.h>], [pthread_mutex_lock 
(0);])
+dnl for pakchois
+AC_LIB_HAVE_LINKFLAGS(dl,, [#include <dlfcn.h>], [dlclose (0);])
 
 LIBGNUTLS_LIBS="-L${libdir} -lgnutls $LIBS"
 LIBGNUTLS_CFLAGS="-I${includedir}"


hooks/post-receive
-- 
GNU gnutls



reply via email to

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