All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] libwebsockets: add LWS_ prefix to LWS_WITHOUT_TESTAPPS=ON cmake option
@ 2015-04-29 13:39 Baptiste Moraine
  2015-04-29 15:36 ` Samuel Martin
  2015-04-29 16:58 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Baptiste Moraine @ 2015-04-29 13:39 UTC (permalink / raw)
  To: buildroot

Currently, libwebsockets.mk is passing -DWITHOUT_TESTAPPS=ON to disable
the building of libwebsockets test applications, but this is doing nothing
because the option is really named  LWS_WITHOUT_TESTAPPS.
This commit fixes that by using the correct option name.

Signed-off-by: Baptiste Moraine <baptiste.moraine@kapelse.com>
---
 package/libwebsockets/libwebsockets.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libwebsockets/libwebsockets.mk b/package/libwebsockets/libwebsockets.mk
index 9e62f1c..2f83748 100644
--- a/package/libwebsockets/libwebsockets.mk
+++ b/package/libwebsockets/libwebsockets.mk
@@ -11,7 +11,7 @@ LIBWEBSOCKETS_LICENSE = LGPLv2.1 with exceptions
 LIBWEBSOCKETS_LICENSE_FILES = LICENSE
 LIBWEBSOCKETS_DEPENDENCIES = zlib
 LIBWEBSOCKETS_INSTALL_STAGING = YES
-LIBWEBSOCKETS_CONF_OPTS = -DWITHOUT_TESTAPPS=ON -DLWS_IPV6=ON
+LIBWEBSOCKETS_CONF_OPTS = -DLWS_WITHOUT_TESTAPPS=ON -DLWS_IPV6=ON
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
 LIBWEBSOCKETS_DEPENDENCIES += openssl host-openssl
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] libwebsockets: add LWS_ prefix to LWS_WITHOUT_TESTAPPS=ON cmake option
  2015-04-29 13:39 [Buildroot] [PATCH 1/1] libwebsockets: add LWS_ prefix to LWS_WITHOUT_TESTAPPS=ON cmake option Baptiste Moraine
@ 2015-04-29 15:36 ` Samuel Martin
  2015-04-29 16:58 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Samuel Martin @ 2015-04-29 15:36 UTC (permalink / raw)
  To: buildroot

On Wed, Apr 29, 2015 at 3:39 PM, Baptiste Moraine
<baptiste.moraine@kapelse.com> wrote:
> Currently, libwebsockets.mk is passing -DWITHOUT_TESTAPPS=ON to disable
> the building of libwebsockets test applications, but this is doing nothing
> because the option is really named  LWS_WITHOUT_TESTAPPS.
> This commit fixes that by using the correct option name.
>
> Signed-off-by: Baptiste Moraine <baptiste.moraine@kapelse.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>

Regards,

-- 
Samuel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] libwebsockets: add LWS_ prefix to LWS_WITHOUT_TESTAPPS=ON cmake option
  2015-04-29 13:39 [Buildroot] [PATCH 1/1] libwebsockets: add LWS_ prefix to LWS_WITHOUT_TESTAPPS=ON cmake option Baptiste Moraine
  2015-04-29 15:36 ` Samuel Martin
@ 2015-04-29 16:58 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-04-29 16:58 UTC (permalink / raw)
  To: buildroot

Dear Baptiste Moraine,

On Wed, 29 Apr 2015 15:39:00 +0200, Baptiste Moraine wrote:
> Currently, libwebsockets.mk is passing -DWITHOUT_TESTAPPS=ON to disable
> the building of libwebsockets test applications, but this is doing nothing
> because the option is really named  LWS_WITHOUT_TESTAPPS.
> This commit fixes that by using the correct option name.
> 
> Signed-off-by: Baptiste Moraine <baptiste.moraine@kapelse.com>
> ---
>  package/libwebsockets/libwebsockets.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-29 16:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-29 13:39 [Buildroot] [PATCH 1/1] libwebsockets: add LWS_ prefix to LWS_WITHOUT_TESTAPPS=ON cmake option Baptiste Moraine
2015-04-29 15:36 ` Samuel Martin
2015-04-29 16:58 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.