From 212280e1bc4e51e495570889ea752c4e4975c80f Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Fri, 2 Nov 2018 21:55:33 +0100 Subject: #580 rework server socket handling Modern server side using libev library, includes timeouts for clients. After this patch, your system requires the libev-dev and libev4 packages to compile ogAdmServer. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cfd06d4..44321be 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ CFLAGS += -O0 -g -Wall -I../../Includes # Depuracion CPPFLAGS := $(CFLAGS) # Opciones de linkado -LDFLAGS := -Wl,--no-as-needed $(shell mysql_config --libs) -lpthread +LDFLAGS := -Wl,--no-as-needed $(shell mysql_config --libs) -lpthread -lev # Ficheros objetos OBJS := ../../Includes/Database.o sources/ogAdmServer.o -- cgit v1.2.3-18-g5258