* [Buildroot] [PATCH] libvncserver: OpenSSL support needs NPTL thread support
@ 2014-12-28 16:34 Thomas Petazzoni
2014-12-31 14:14 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2014-12-28 16:34 UTC (permalink / raw)
To: buildroot
The OpenSSL support of libvncserver already has a dependency on thread
support, but it in fact requires NPTL threading.
Fixes:
http://autobuild.buildroot.org/results/be2/be20dec9ffe7de3adc46a834852b20353d39baff/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/libvncserver/libvncserver.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libvncserver/libvncserver.mk b/package/libvncserver/libvncserver.mk
index ed6b64d..87bcf45 100644
--- a/package/libvncserver/libvncserver.mk
+++ b/package/libvncserver/libvncserver.mk
@@ -32,8 +32,8 @@ ifneq ($(BR2_INET_IPV6),y)
LIBVNCSERVER_CONF_OPTS += --without-ipv6
endif
-# openssl supports needs pthread
-ifeq ($(BR2_PACKAGE_OPENSSL)$(BR2_TOOLCHAIN_HAS_THREADS),yy)
+# openssl supports needs NPTL thread support
+ifeq ($(BR2_PACKAGE_OPENSSL)$(BR2_TOOLCHAIN_HAS_THREADS_NPTL),yy)
LIBVNCSERVER_DEPENDENCIES += openssl
else
LIBVNCSERVER_CONF_OPTS += --without-crypto --without-ssl
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] libvncserver: OpenSSL support needs NPTL thread support
2014-12-28 16:34 [Buildroot] [PATCH] libvncserver: OpenSSL support needs NPTL thread support Thomas Petazzoni
@ 2014-12-31 14:14 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-12-31 14:14 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 28 Dec 2014 17:34:54 +0100, Thomas Petazzoni wrote:
> The OpenSSL support of libvncserver already has a dependency on thread
> support, but it in fact requires NPTL threading.
>
> Fixes:
>
> http://autobuild.buildroot.org/results/be2/be20dec9ffe7de3adc46a834852b20353d39baff/
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> package/libvncserver/libvncserver.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-31 14:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-28 16:34 [Buildroot] [PATCH] libvncserver: OpenSSL support needs NPTL thread support Thomas Petazzoni
2014-12-31 14:14 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox