commit:     4d5da8bcff72e4550e2379486613af8a90a966be
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Oct 10 18:17:18 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 19:05:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5da8bc

dev-perl/Cache-Memcached-Fast: remove unused patch

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22546
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../Cache-Memcached-Fast-0.250.0-no-flto.patch     | 32 ----------------------
 1 file changed, 32 deletions(-)

diff --git 
a/dev-perl/Cache-Memcached-Fast/files/Cache-Memcached-Fast-0.250.0-no-flto.patch
 
b/dev-perl/Cache-Memcached-Fast/files/Cache-Memcached-Fast-0.250.0-no-flto.patch
deleted file mode 100644
index d78c3fad0d7..00000000000
--- 
a/dev-perl/Cache-Memcached-Fast/files/Cache-Memcached-Fast-0.250.0-no-flto.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From d1c5f70b144abfd4783f866aef27f60a35b61f8b Mon Sep 17 00:00:00 2001
-From: Kent Fredric <ken...@gentoo.org>
-Date: Tue, 3 Oct 2017 20:20:14 +1300
-Subject: Strip -flto from CFLAGS
-
--flto breaks compilation of static archives and needs significant  magic
-to not break, including sentience about which CC you're using.
----
- Makefile.PL | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/Makefile.PL b/Makefile.PL
-index 0054164..ad249b9 100644
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -22,6 +22,13 @@ WriteMakefile(
-     },
- );
- 
-+sub MY::cflags {
-+  my $self = shift;
-+  my $orig = $self->MM::cflags(@_);
-+  $orig =~ s/-flto\b//g;
-+  return $orig;
-+}
-+
- sub MY::postamble {
- '
- $(MYEXTLIB): src/Makefile
--- 
-2.14.1
-

Reply via email to