1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/ftp/wu-ftpd/files/patch-al
Andrey A. Chernov 624195f076 Upgrade to Academ 2.4.2-beta-12 as recommended by AUSCERT security
advisory.

P.S. this version is much improved comparing to what we have previously,
f.e. it already contains most of our fixes.
1997-01-30 17:00:56 +00:00

26 lines
644 B
Plaintext

*** support/makefiles/Makefile.fbs.bak Fri Feb 17 20:36:56 1995
--- support/makefiles/Makefile.fbs Thu Jan 30 16:32:32 1997
***************
*** 4,13 ****
LIBC = /usr/lib/libc.a
IFLAGS =
LFLAGS =
! CFLAGS = -O ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO
! SRCS = fnmatch.c strcasestr.c authuser.c ftw.c
! OBJS = fnmatch.o strcasestr.o authuser.o ftw.o
all: $(OBJS)
-rm -f libsupport.a
--- 4,13 ----
LIBC = /usr/lib/libc.a
IFLAGS =
LFLAGS =
! CFLAGS += ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO
! SRCS = strcasestr.c authuser.c ftw.c
! OBJS = strcasestr.o authuser.o ftw.o
all: $(OBJS)
-rm -f libsupport.a