summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/patches/patch-af
blob: dfddb8caa74cc78242f6a89cbaaac5a841407598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** support/makefiles/Makefile.nbs.orig	Mon Mar  2 19:21:53 1998
--- support/makefiles/Makefile.nbs	Mon Mar  2 19:22:38 1998
***************
*** 8,14 ****
  LIBC   = /usr/lib/libc.a
  IFLAGS = 
  LFLAGS = 
! CFLAGS = -O ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO
  
  SRCS   = strcasestr.c authuser.c ftw.c
  OBJS   = strcasestr.o authuser.o ftw.o
--- 8,14 ----
  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