summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/patches/patch-af
blob: b43f0ab31933bf9b7173634e0c55fd4417f4a8c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.4 1999/12/27 12:13:07 rh Exp $

--- support/makefiles/Makefile.nbs.orig	Mon Oct  4 15:44:08 1999
+++ support/makefiles/Makefile.nbs	Mon Dec 27 11:03:06 1999
@@ -33,7 +33,7 @@
 LIBC   = /usr/lib/libc.a
 IFLAGS = 
 LFLAGS = 
-CFLAGS = -O ${IFLAGS} ${LFLAGS}
+CFLAGS+= ${IFLAGS} ${LFLAGS}
 
 SRCS   = strcasestr.c authuser.c ftw.c
 OBJS   = strcasestr.o authuser.o ftw.o