From 00ef8928b37577dc4541c5cb4b5f14de29e1549b Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Fri, 11 Oct 2019 08:23:04 +0300 Subject: [PATCH] temporary disabled setproctitle to avoid memory corruption --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index ef960d9..d6c2c49 100644 --- a/Makefile +++ b/Makefile @@ -44,13 +44,13 @@ override CFLAGS += -DWITH_PTHREAD_NP endif -WITH_SETPROCTITLE ?= 1 -ifneq ($(call optbool,$(WITH_SETPROCTITLE)),) -ifeq ($(shell uname -s | tr A-Z a-z),linux) -_LIBS += -lbsd -endif -override CFLAGS += -DWITH_SETPROCTITLE -endif +#WITH_SETPROCTITLE ?= 1 +#ifneq ($(call optbool,$(WITH_SETPROCTITLE)),) +#ifeq ($(shell uname -s | tr A-Z a-z),linux) +#_LIBS += -lbsd +#endif +#override CFLAGS += -DWITH_SETPROCTITLE +#endif # =====