summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2018-11-02 21:55:33 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2019-01-17 13:18:32 +0100
commit212280e1bc4e51e495570889ea752c4e4975c80f (patch)
tree4f464f3ec4cb28133d8edcfbfc4227ab905231c2 /Makefile
parent08783c93308ec84912428afc97d93d53b93fd3d3 (diff)
#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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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