Browse Source

libwebsockets: Correctly enable IPv6 support

Signed-off-by: Karl Palsson <karlp@remake.is>
lilik-openwrt-22.03
Karl Palsson 9 years ago
parent
commit
58c51c1e2a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libs/libwebsockets/Makefile

+ 1
- 2
libs/libwebsockets/Makefile View File

@ -27,8 +27,7 @@ CMAKE_INSTALL:=1
include $(INCLUDE_DIR)/package.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
# other options worth noting


Loading…
Cancel
Save