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_3_0_9-45-g92353d7


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_9-45-g92353d7
Date: Fri, 30 Dec 2011 09:56:17 +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=92353d742863ce89d4b1861c6fed26228e391ed2

The branch, master has been updated
       via  92353d742863ce89d4b1861c6fed26228e391ed2 (commit)
       via  5621ffb8c5787db64020e2a31df188e00fbc5140 (commit)
      from  78fea838ce924346b12e615c44d6b7274f3b898e (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 92353d742863ce89d4b1861c6fed26228e391ed2
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Dec 30 11:55:36 2011 +0200

    gmp is compiled with --enable-fat.

commit 5621ffb8c5787db64020e2a31df188e00fbc5140
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Dec 30 11:55:21 2011 +0200

    link libutils with libgnu.

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

Summary of changes:
 cross.mk          |    2 +-
 tests/Makefile.am |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/cross.mk b/cross.mk
index f66747c..d338b04 100644
--- a/cross.mk
+++ b/cross.mk
@@ -54,7 +54,7 @@ $(P11_KIT_DIR)/.installed: $(P11_KIT_DIR)/.configured
 $(GMP_DIR)/.configured: 
        test -f $(GMP_FILE) || wget 
ftp://ftp.gmplib.org/pub/$(GMP_DIR)/$(GMP_FILE)
        test -d $(GMP_DIR) || tar -xf $(GMP_FILE)
-       cd $(GMP_DIR) && ./configure $(CONFIG_FLAGS) --exec-prefix=$(LIB_DIR) 
--oldincludedir=$(HEADERS_DIR) && cd ..
+       cd $(GMP_DIR) && ./configure $(CONFIG_FLAGS) --enable-fat 
--exec-prefix=$(LIB_DIR) --oldincludedir=$(HEADERS_DIR) && cd ..
        touch $@
 
 $(GMP_DIR)/.installed: $(GMP_DIR)/.configured
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dc6d83e..31fc875 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -57,6 +57,7 @@ endif
 
 noinst_LTLIBRARIES = libutils.la
 libutils_la_SOURCES = utils.h utils.c
+libutils_la_LIBADD = ../gl/libgnu.la
 
 ctests = mini-deflate simple gc set_pkcs12_cred certder certuniqueid   \
         mpi certificate_set_x509_crl dn parse_ca moredn mini           \


hooks/post-receive
-- 
GNU gnutls



reply via email to

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