gnutls: No need to remove -lpthread in tests/Makefile.am

This commit is contained in:
fbrosson
2018-04-01 11:59:45 +00:00
parent 4df17ee6ee
commit b24ebc4cd6

View File

@@ -64,31 +64,6 @@ index e346e7e..fff3f82 100644
2.16.1
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 14a5c2c..06130f5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -188,8 +188,8 @@ gnutls_record_overhead_CPPFLAGS = $(AM_CPPFLAGS) \
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.16.1
From aa560535eef19064c892a1051492576fdd54183c Mon Sep 17 00:00:00 2001
From: fbrosson <fbrosson@localhost>
Date: Wed, 15 Jun 2016 11:04:44 +0000