diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2018-11-02 21:55:33 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-01-17 13:18:32 +0100 |
commit | 212280e1bc4e51e495570889ea752c4e4975c80f (patch) | |
tree | 4f464f3ec4cb28133d8edcfbfc4227ab905231c2 /Makefile | |
parent | 08783c93308ec84912428afc97d93d53b93fd3d3 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |