mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
libwebsockets: Correctly enable IPv6 support
Signed-off-by: Karl Palsson <karlp@remake.is>
This commit is contained in:
@@ -27,8 +27,7 @@ CMAKE_INSTALL:=1
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/cmake.mk
|
include $(INCLUDE_DIR)/cmake.mk
|
||||||
|
|
||||||
CMAKE_OPTIONS += $(if $(CONFIG_IPV6),,-DLWS_IPV6=)
|
CMAKE_OPTIONS += -DLWS_IPV6=$(if $(CONFIG_IPV6),ON,OFF)
|
||||||
|
|
||||||
CMAKE_OPTIONS += -DLWS_WITHOUT_TESTAPPS=ON
|
CMAKE_OPTIONS += -DLWS_WITHOUT_TESTAPPS=ON
|
||||||
|
|
||||||
# other options worth noting
|
# other options worth noting
|
||||||
|
|||||||
Reference in New Issue
Block a user