git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a5c153d
)
libwebsockets: Correctly enable IPv6 support
author
Karl Palsson
<redacted>
Mon, 25 Jan 2016 13:33:21 +0000
(13:33 +0000)
committer
Karl Palsson
<redacted>
Mon, 25 Jan 2016 13:41:56 +0000
(13:41 +0000)
Signed-off-by: Karl Palsson <redacted>
libs/libwebsockets/Makefile
patch
|
blob
|
history
diff --git
a/libs/libwebsockets/Makefile
b/libs/libwebsockets/Makefile
index 3e5f00462c1c8db1a6b59cc683daa95ce881240a..6537ded2a752036d01b14d415b2a134c574ed11e 100644
(file)
--- a/
libs/libwebsockets/Makefile
+++ b/
libs/libwebsockets/Makefile
@@
-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
git clone https://git.99rst.org/PROJECT