temporary disabled setproctitle to avoid memory corruption

This commit is contained in:
Devaev Maxim
2019-10-11 08:23:04 +03:00
parent 2b338cea90
commit 00ef8928b3

View File

@@ -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
# =====