summaryrefslogtreecommitdiffstats
path: root/package/gnutls/gnutls-01-gettime.patch
diff options
context:
space:
mode:
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2014-01-31 00:15:48 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-01 12:07:24 +0100
commit1bb77c7578f269f0a254bc581ebc9276f24e10db (patch)
tree1435d1e9160dd8f401a19f0269ecf9cb2713d7f1 /package/gnutls/gnutls-01-gettime.patch
parenta05049e91edeade6029339e412db29581b83d665 (diff)
downloadbuildroot-1bb77c7578f269f0a254bc581ebc9276f24e10db.tar.gz
buildroot-1bb77c7578f269f0a254bc581ebc9276f24e10db.zip
gnutls: bump to 3.2.9
gnutls-01-gettime.patch was applied upstream, AUTORECONF is no longer necessary. The GNUTLS_LIBREGEX_CHECK_FIX didn't actually work before, because it was overwritten by the autoreconf. It looks like things still work without regex. However, this patch reinstates the regex support by setting libopts_cv_with_libregex=yes in the environment. Fixes http://autobuild.buildroot.net/results/b22/b22f2caa79f371c625939b65a88a2073382c5288 (failure in libvncserver) because gnutls.so is now properly linked with -lrt. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gnutls/gnutls-01-gettime.patch')
-rw-r--r--package/gnutls/gnutls-01-gettime.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/package/gnutls/gnutls-01-gettime.patch b/package/gnutls/gnutls-01-gettime.patch
deleted file mode 100644
index e230199738..0000000000
--- a/package/gnutls/gnutls-01-gettime.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From b9dee5a0afec0f78343863048d6564021416e65a Mon Sep 17 00:00:00 2001
-From: Gustavo Zacarias <gustavo@zacarias.com.ar>
-Date: Thu, 26 Dec 2013 13:09:34 -0300
-Subject: [PATCH] Add LIB_CLOCK_GETTIME to crywrap
-
-It's used indirectly thus causing build breakage on versions of glibc
-where it's defined in librt rather than libc directly.
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
----
- src/crywrap/Makefile.am | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/crywrap/Makefile.am b/src/crywrap/Makefile.am
-index ca41259..d86ca55 100644
---- a/src/crywrap/Makefile.am
-+++ b/src/crywrap/Makefile.am
-@@ -29,3 +29,4 @@ bin_PROGRAMS = crywrap
-
- crywrap_SOURCES = crywrap.c primes.h crywrap.h
- crywrap_LDADD = ../../lib/libgnutls.la $(LIBIDN_LIBS) #../../gl/libgnu.la
-+crywrap_LDADD += $(LIB_CLOCK_GETTIME)
---
-1.8.3.2
-
OpenPOWER on IntegriCloud