summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2018-11-07 15:29:05 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2019-01-17 13:18:38 +0100
commiteff62ed515058df6645cbff1e679cfcc31ea5ae4 (patch)
treec76d6e0c8095159e4b88d2173872e3b0eec3da36
parent8d6d833770b39e1e4b9c6f924c81b1ef2eea1d6c (diff)
#580 no need for pthread library
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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