Project

General

Profile

Bug #173 » cron-fix-zombies.patch

remove -DUSE_SIGCHLD from Makefile - Justin Maggard, 2014-05-23 11:25 PM

View differences:

Makefile- → Makefile
74 74
# Allow override from command line
75 75
DEBUG_DEFS  ?= -DDEBUGGING=0   
76 76
# The -DUSE_SIGCHLD is needed for the Alpha port
77
DEFS = -DDEBIAN -DUSE_SIGCHLD $(DEBUG_DEFS) $(PAM_DEFS) $(SELINUX_DEFS) $(AUDIT_DEFS)
77
DEFS = -DDEBIAN $(DEBUG_DEFS) $(PAM_DEFS) $(SELINUX_DEFS) $(AUDIT_DEFS)
78 78
#(SGI IRIX systems need this)
79 79
#DEFS		=	-D_BSD_SIGNALS -Dconst=
80 80
#<<the name of the BSD-like install program>>
    (1-1/1)