summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2020-03-07 18:57:51 +0100
committerTobias Klausmann <klausman@gentoo.org>2020-03-07 18:58:58 +0100
commitd63ef8dcc42e605b3807d8c99a58fac0b4cd8331 (patch)
tree401eb210bdeb668d3164c46a35ebe7b4bff85e09 /net-ftp/atftp/files/atftp-0.7-CFLAGS.patch
parentdev-python/bpython: De-warn RedundantLongDescription (diff)
downloadgentoo-d63ef8dcc42e605b3807d8c99a58fac0b4cd8331.tar.gz
gentoo-d63ef8dcc42e605b3807d8c99a58fac0b4cd8331.tar.bz2
gentoo-d63ef8dcc42e605b3807d8c99a58fac0b4cd8331.zip
net-ftp/atftp: remove vulnerable 0.7-r6 and associated files
Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
Diffstat (limited to 'net-ftp/atftp/files/atftp-0.7-CFLAGS.patch')
-rw-r--r--net-ftp/atftp/files/atftp-0.7-CFLAGS.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-ftp/atftp/files/atftp-0.7-CFLAGS.patch b/net-ftp/atftp/files/atftp-0.7-CFLAGS.patch
deleted file mode 100644
index 566c1791c591..000000000000
--- a/net-ftp/atftp/files/atftp-0.7-CFLAGS.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- atftp-0.7/configure.ac
-+++ atftp-0.7/configure.ac
-@@ -66,29 +66,6 @@
- dnl Check for AIX
- AC_AIX
-
--CFLAGS="-g -Wall -D_REENTRANT"
--
--if test x$debug = xtrue; then
-- CFLAGS="$CFLAGS -O0 -DDEBUG"
--else
-- if test -n "$auto_cflags"; then
-- if test -n "$GCC"; then
-- CFLAGS="$CFLAGS -g -O2 -Wall -Wno-implicit"
-- else
-- case "$host_os" in
-- *hpux*) CFLAGS="$CFLAGS +O3"
-- ;;
-- *ultrix* | *osf*) CFLAGS="$CFLAGS -O -Olimit 2000"
-- ;;
-- *) CFLAGS="$CFLAGS -O2"
-- ;;
-- esac
-- fi
-- else
-- CFLAGS="$CFLAGS -O2"
-- fi
--fi
--
- AC_PROG_MAKE_SET
- AC_PROG_INSTALL
-