mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libwebsockets: Use ptx/onoff
@ 2019-01-15 10:21 Ladislav Michl
  0 siblings, 0 replies; only message in thread
From: Ladislav Michl @ 2019-01-15 10:21 UTC (permalink / raw)
  To: ptxdist

Use dedicated macro for CMake options.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 rules/libwebsockets.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/libwebsockets.make b/rules/libwebsockets.make
index b485e5e44..1d1edc7e1 100644
--- a/rules/libwebsockets.make
+++ b/rules/libwebsockets.make
@@ -51,7 +51,7 @@ LIBWEBSOCKETS_CONF_OPT	:= \
 	-DLWS_WITH_LATENCY=OFF \
 	-DLWS_WITHOUT_DAEMONIZE=OFF \
 	-DLWS_WITH_LIBEV=OFF \
-	-DLWS_IPV6=$(call ptx/ifdef, PTXCONF_GLOBAL_IPV6,ON,OFF) \
+	-DLWS_IPV6=$(call ptx/onoff, PTXCONF_GLOBAL_IPV6) \
 	-DLWS_WITH_HTTP2=OFF
 
 
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-15 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-15 10:21 [ptxdist] [PATCH] libwebsockets: Use ptx/onoff Ladislav Michl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox