From eff62ed515058df6645cbff1e679cfcc31ea5ae4 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Wed, 7 Nov 2018 15:29:05 +0100 Subject: #580 no need for pthread library --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6fd177..6af423f 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ CFLAGS += -g -Wall -I../../Includes CPPFLAGS := $(CFLAGS) # Opciones de linkado -LDFLAGS := -Wl,--no-as-needed $(shell mysql_config --libs) -lpthread -lev +LDFLAGS := -Wl,--no-as-needed $(shell mysql_config --libs) -lev # Ficheros objetos OBJS := ../../Includes/Database.o sources/ogAdmServer.o -- cgit v1.2.3-18-g5258