summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-26 10:08:58 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-26 10:08:58 -0400
commit4958a02fad4303587c98a4025bf6c5c088e31226 (patch)
tree4ad3af401618864cbe2ec39d7631667927385405 /mail-client/mailx/files
parentmail-filter/mailfilter: drop unused patches (diff)
downloadgentoo-4958a02fad4303587c98a4025bf6c5c088e31226.tar.gz
gentoo-4958a02fad4303587c98a4025bf6c5c088e31226.tar.bz2
gentoo-4958a02fad4303587c98a4025bf6c5c088e31226.zip
mail-client/mailx: drop vulnerable
Bug: https://bugs.gentoo.org/533208 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'mail-client/mailx/files')
-rw-r--r--mail-client/mailx/files/mailx-8.1.2.20050715-nostrip.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/mail-client/mailx/files/mailx-8.1.2.20050715-nostrip.patch b/mail-client/mailx/files/mailx-8.1.2.20050715-nostrip.patch
deleted file mode 100644
index 14a05ba4d6dc..000000000000
--- a/mail-client/mailx/files/mailx-8.1.2.20050715-nostrip.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: mailx-8.1.2-0.20050715cvs.orig/Makefile
-===================================================================
---- mailx-8.1.2-0.20050715cvs.orig.orig/Makefile
-+++ mailx-8.1.2-0.20050715cvs.orig/Makefile
-@@ -3,16 +3,7 @@
- PROG=mail
- CC=gcc
-
--CFLAGS=-D_BSD_SOURCE -DDEBIAN -g -Wall -IEXT
--
--ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-- CFLAGS += -O0
--else
-- CFLAGS += -O2
--endif
--ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-- LDFLAGS += -s
--endif
-+CFLAGS=-D_BSD_SOURCE -DDEBIAN -g -Wall -IEXT ${EXTRAFLAGS}
-
- SRCS= version.c aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c \
- edit.c fio.c getname.c head.c v7.local.c lex.c list.c main.c names.c \