fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] [PATCH 1/4] Disable IPv6 on OS/2


From: KO Myung-Hun
Subject: [fluid-dev] [PATCH 1/4] Disable IPv6 on OS/2
Date: Thu, 5 Oct 2017 20:43:49 +0900

OS/2 does not support IPv6, yet.
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1676da7..b27775e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -83,6 +83,7 @@ endif ( ${CMAKE_SYSTEM} MATCHES "Darwin" )
 
 if ( ${CMAKE_SYSTEM} MATCHES "OS2" )
     option ( enable-dart "compile DART support (if it is available)" on )
+    set ( enable-ipv6 off )
 endif ( ${CMAKE_SYSTEM} MATCHES "OS2" )
 
 # Initialize the library directory name suffix.
-- 
2.13.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]