diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-02-10 12:48:09 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-02-10 12:48:09 +0000 |
commit | 0c76714e6b7a573cd55e6677f69b4d8101a1b7bc (patch) | |
tree | 10a970ccfcacd31a153128247952726d828ad3c0 /ftp/wu-ftpd+ipv6/files/patch-am | |
parent | Add NO_CDROM. I asked IDsoftware and the reply was: (diff) |
upgrade to vr13 to close security hole and lots of enhancements
Notes
Notes:
svn path=/head/; revision=16585
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-am')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-am | 44 |
1 files changed, 11 insertions, 33 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-am b/ftp/wu-ftpd+ipv6/files/patch-am index 04297b0bb716..8868caab6178 100644 --- a/ftp/wu-ftpd+ipv6/files/patch-am +++ b/ftp/wu-ftpd+ipv6/files/patch-am @@ -1,33 +1,11 @@ -*** src/makefiles/Makefile.fbs.orig Sun Dec 21 07:04:49 1997 ---- src/makefiles/Makefile.fbs Wed Dec 24 20:26:01 1997 -*************** -*** 4,10 **** - #CC = cc - IFLAGS = -I.. -I../support - LFLAGS = -L../support -s -! CFLAGS = -O ${IFLAGS} ${LFLAGS} - LIBES = -lsupport -lutil -lskey -lmd -lcrypt - LIBC = /usr/lib/libc.a - LINTFLAGS= ---- 4,10 ---- - #CC = cc - IFLAGS = -I.. -I../support - LFLAGS = -L../support -s -! CFLAGS += ${IFLAGS} ${LFLAGS} - LIBES = -lsupport -lutil -lskey -lmd -lcrypt - LIBC = /usr/lib/libc.a - LINTFLAGS= -*************** -*** 27,33 **** ---- 27,37 ---- - ${CC} ${CFLAGS} -o $@ ftpshut.c vers.o ${LIBES} - - ftpd: ${OBJS} ${LIBC} -+ .if defined(PACKAGE_BUILDING) - ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBES} -+ .else -+ ${CC} -static ${CFLAGS} -o $@ ${OBJS} ${LIBES} -+ .endif - - ckconfig: ckconfig.c - ${CC} ${CFLAGS} -o $@ ckconfig.c +--- src/makefiles/Makefile.fbs.orig Sat Oct 31 18:58:15 1998 ++++ src/makefiles/Makefile.fbs Wed Feb 10 11:54:57 1999 +@@ -4,7 +4,7 @@ + #CC = cc + IFLAGS = -I.. -I../support + LFLAGS = -L../support -s +-CFLAGS = -O ${IFLAGS} ${LFLAGS} ++CFLAGS += ${IFLAGS} ${LFLAGS} + XOBJS = + LIBES = -lsupport -lutil -lskey -lmd -lcrypt + LIBC = /usr/lib/libc.a |