mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-13 02:53:42 +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
|
endif
|
||||||
|
|
||||||
|
|
||||||
WITH_SETPROCTITLE ?= 1
|
#WITH_SETPROCTITLE ?= 1
|
||||||
ifneq ($(call optbool,$(WITH_SETPROCTITLE)),)
|
#ifneq ($(call optbool,$(WITH_SETPROCTITLE)),)
|
||||||
ifeq ($(shell uname -s | tr A-Z a-z),linux)
|
#ifeq ($(shell uname -s | tr A-Z a-z),linux)
|
||||||
_LIBS += -lbsd
|
#_LIBS += -lbsd
|
||||||
endif
|
#endif
|
||||||
override CFLAGS += -DWITH_SETPROCTITLE
|
#override CFLAGS += -DWITH_SETPROCTITLE
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
# =====
|
# =====
|
||||||
|
|||||||
Reference in New Issue
Block a user