From 0c76714e6b7a573cd55e6677f69b4d8101a1b7bc Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 10 Feb 1999 12:48:09 +0000 Subject: upgrade to vr13 to close security hole and lots of enhancements --- ftp/wu-ftpd+ipv6/files/patch-an | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ftp/wu-ftpd+ipv6/files/patch-an (limited to 'ftp/wu-ftpd+ipv6/files/patch-an') 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 -- cgit v1.2.3