neozeed ircu2.9.32-linux-hacks.diff

This commit is contained in:
2023-12-26 16:42:36 -05:00
parent ab64084f63
commit 51650c0d78
40 changed files with 718 additions and 720 deletions

View File

@@ -73,7 +73,7 @@ CFLAGS= -g -I$(INCLUDEDIR) -O
#
# WARNING: if you are making ircd SUID or SGID, check config.h to make sure
# you are not defining CMDLINE_CONFIG
IRCDMODE = 4711
IRCDMODE = 0755
# IRCDDIR must be the same as DPATH in include/config.h
#
@@ -82,7 +82,7 @@ IRCDDIR=/usr/local/lib/ircd
SHELL=/bin/sh
SUBDIRS=common ircd
BINDIR=$(IRCDDIR)
MANDIR=/usr/local/man
MANDIR=$(IRCDDIR)/man
INSTALL=/usr/bin/install
MAKE=make 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'IRCDLIBS=${IRCDLIBS}' \
@@ -104,7 +104,11 @@ build:
@for i in $(SUBDIRS); do \
echo "Building $$i";\
cd $$i;\
${MAKE} build; cd ..;\
${MAKE} build;\
if [ $$? -ne 0 ]; then\
break;\
fi;\
cd ..;\
done
clean: