mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-27 04:06:30 +00:00
temporary disabled setproctitle to avoid memory corruption
This commit is contained in:
14
Makefile
14
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
|
||||
|
||||
|
||||
# =====
|
||||
|
||||
Reference in New Issue
Block a user