neozeed ircu2.9.32-linux-hacks.diff
This commit is contained in:
@@ -75,7 +75,7 @@ LINTFLAGS=-hba
|
||||
# are not part of your system libraries. In all cases you should try your
|
||||
# system libraries before these.
|
||||
#
|
||||
#RES=res_init.o res_comp.o res_mkquery.o
|
||||
RES=res_init.o res_comp.o res_mkquery.o
|
||||
|
||||
COMMONOBJS=../common/bsd.o ../common/dbuf.o ../common/packet.o \
|
||||
../common/send.o ../common/match.o ../common/parse.o \
|
||||
@@ -92,7 +92,6 @@ COMMONSRC=$(COMMONOBJS:%.o=%.c)
|
||||
MAKE = make 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'IRCDLIBS=${IRCDLIBS}' \
|
||||
'LDFLAGS=${LDFLAGS}' 'IRCDMODE=${IRCDMODE}'
|
||||
|
||||
|
||||
all: build
|
||||
|
||||
build: ircd chkconf
|
||||
@@ -100,7 +99,7 @@ build: ircd chkconf
|
||||
ircd: $(OBJS) ../include/patchlevel.h
|
||||
$(SHELL) version.c.SH
|
||||
$(CC) $(CFLAGS) -c version.c
|
||||
$(CC) $(CFLAGS) $(OBJS) version.o $(LDFLAGS) $(IRCDLIBS) -o ircd
|
||||
$(CC) $(CFLAGS) $(OBJS) version.o $(LDFLAGS) -lcrypt $(IRCDLIBS) -o ircd
|
||||
chmod $(IRCDMODE) ircd
|
||||
|
||||
chkconf: ../include/struct.h ../include/config.h ../include/sys.h \
|
||||
|
||||
Reference in New Issue
Block a user