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