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-an | |
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-an')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-an | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-an b/ftp/wu-ftpd+ipv6/files/patch-an new file mode 100644 index 000000000000..fd66fed9bc31 --- /dev/null +++ b/ftp/wu-ftpd+ipv6/files/patch-an @@ -0,0 +1,14 @@ +--- src/makefiles/common.bak Thu Jan 28 20:04:59 1999 ++++ src/makefiles/common Wed Feb 10 11:57:18 1999 +@@ -15,7 +15,11 @@ + ${CC} ${LFLAGS} -o $@ ftpshut.o vers.o + + ftpd: ${OBJS} ${XOBJS} ../support/libsupport.a ++.if defined(PACKAGE_BUILDING) + ${CC} ${LFLAGS} -o $@ ${OBJS} ${XOBJS} ${XLIBS} ++.else ++ ${CC} -static ${LFLAGS} -o $@ ${OBJS} ${XOBJS} ${XLIBS} ++.endif + + ckconfig: ckconfig.o + ${CC} ${LFLAGS} -o $@ ckconfig.o |