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_99_0-38-g3926202


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_99_0-38-g3926202
Date: Wed, 13 Apr 2011 18:17:20 +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=392620224004f636c96fa1e3faf44d4884dba06c

The branch, master has been updated
       via  392620224004f636c96fa1e3faf44d4884dba06c (commit)
      from  375422f30662e79d70c9d2bb85c8c0697ca59226 (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 392620224004f636c96fa1e3faf44d4884dba06c
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Apr 13 20:17:15 2011 +0200

    check for libdl that pakchois needs.

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

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

diff --git a/configure.ac b/configure.ac
index 2f18609..bf1d391 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,6 +123,8 @@ AC_CHECK_FUNCS(fork,,)
 AM_CONDITIONAL(HAVE_FORK, test "$ac_cv_func_fork" != "no")
 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);])
 
 dnl Check for libcfg+
 SAVED_LIBS=$LIBS
diff --git a/lib/Makefile.am b/lib/Makefile.am
index cf9bf8c..35d1d95 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -121,7 +121,7 @@ libgnutls_la_LDFLAGS = -no-undefined \
 
 libgnutls_la_LIBADD = ../gl/libgnu.la x509/libgnutls_x509.la \
        accelerated/libaccelerated.la \
-       $(LTLIBZ)  $(LTLIBINTL) $(LIBSOCKET)
+       $(LTLIBZ)  $(LTLIBINTL) $(LIBSOCKET) $(LTLIBDL)
 
 if ENABLE_OPENPGP
 libgnutls_la_LIBADD += openpgp/libgnutls_openpgp.la


hooks/post-receive
-- 
GNU gnutls



reply via email to

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