summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd+ipv6/files/patch-al
blob: 40568f198e15fa34425ff9e963adaec7d1e2e066 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** support/makefiles/Makefile.fbs.orig	Mon Oct  4 22:44:08 1999
--- support/makefiles/Makefile.fbs	Wed Oct 20 20:32:42 1999
***************
*** 33,39 ****
  LIBC   = /usr/lib/libc.a
  IFLAGS = 
  LFLAGS = 
! CFLAGS = -O ${IFLAGS} ${LFLAGS}
  
  SRCS   = strcasestr.c authuser.c ftw.c
  OBJS   = strcasestr.o authuser.o ftw.o
--- 33,39 ----
  LIBC   = /usr/lib/libc.a
  IFLAGS = 
  LFLAGS = 
! CFLAGS += ${IFLAGS} ${LFLAGS}
  
  SRCS   = strcasestr.c authuser.c ftw.c
  OBJS   = strcasestr.o authuser.o ftw.o