From 50e562bc4ab83128f093f44b34327f8c23782b06 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 2 Jan 2013 04:50:09 +0000 Subject: gnutls: fix build failure related to pthreads The pthreads autodetection poisons the linkpath thus making other distribution libraries to take precedence over the cross ones. Leading to failures such as: http://autobuild.buildroot.net/results/tmp/3f979d4e2186ee31012c332fedec9591890b0b77 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/gnutls/gnutls.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package') diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk index 0166a7415..1cbcf7021 100644 --- a/package/gnutls/gnutls.mk +++ b/package/gnutls/gnutls.mk @@ -17,6 +17,9 @@ GNUTLS_CONF_ENV = gl_cv_socket_ipv6=$(if $(BR2_INET_IPV6),yes,no) \ gt_cv_c_wint_t=$(if $(BR2_USE_WCHAR),yes,no) GNUTLS_INSTALL_STAGING = YES +# libpthread autodetection poisons the linkpath +GNUTLS_CONF_OPT += $(if $(BR2_TOOLCHAIN_HAS_THREADS),--with-libpthread-prefix=$(STAGING_DIR)/usr) + # Some examples in doc/examples use wchar define GNUTLS_DISABLE_DOCS $(SED) 's/ doc / /' $(@D)/Makefile.in -- cgit v1.2.3