diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2018-11-07 15:29:05 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-01-17 13:18:38 +0100 |
commit | c3e31180f831add026c0b303ba6b641bc135416e (patch) | |
tree | 1e4117caeb5e414d4b26b4db78dbbc82bdd50b42 | |
parent | bfa70ab1c64efb9a0f39f7be1b1bd909d506b32a (diff) |
#580 no need for pthread library
-rw-r--r-- | admin/Sources/Services/ogAdmServer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/Sources/Services/ogAdmServer/Makefile b/admin/Sources/Services/ogAdmServer/Makefile index c6fd1773..6af423f3 100644 --- a/admin/Sources/Services/ogAdmServer/Makefile +++ b/admin/Sources/Services/ogAdmServer/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 |