gnutls35: bump version.

This commit is contained in:
Jerome Duval
2017-08-31 18:11:49 +02:00
parent 264ec71f2b
commit 9e8f4ce19c
2 changed files with 5 additions and 30 deletions

View File

@@ -64,31 +64,6 @@ index 9f70ce3..810879e 100644
2.7.0
From b2e1563f96d5fa6a3ca2d866e22161681c14b6a3 Mon Sep 17 00:00:00 2001
From: fbrosson <fbrosson@localhost>
Date: Tue, 9 Aug 2016 16:39:14 +0000
Subject: link mini-dtls-pthread without libpthread.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index eab4a16..3d1f10f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -140,8 +140,8 @@ str_idna_LDADD = $(CMOCKA_LDADD)
endif
-mini_dtls_pthread_LDADD = $(LDADD) -lpthread
-rng_pthread_LDADD = $(LDADD) -lpthread
+mini_dtls_pthread_LDADD = $(LDADD)
+rng_pthread_LDADD = $(LDADD)
# These tests need gnulib for memmem()
resume_psk_CFLAGS = -DUSE_PSK
--
2.9.2
From aa560535eef19064c892a1051492576fdd54183c Mon Sep 17 00:00:00 2001
From: fbrosson <fbrosson@localhost>
Date: Wed, 15 Jun 2016 11:04:44 +0000