Explorar el Código

Merge pull request #13 from DanielOaks/ipv6-fix

Fixed IPv6 makefile option
sunsetbrew hace 12 años
padre
commit
ed29a815ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -61,7 +61,7 @@ ifdef WITH_LUA
 endif
 
 ifdef WITH_IPV6
-  CFLAGS += -DDSE_IPV6
+  CFLAGS += -DUSE_IPV6
 endif
 
 ifdef WITH_WEBSOCKET