You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Cache-Memcached-Fast/files/Cache-Memcached-Fast-0.270....

18 lines
499 B

diff -ruN Cache-Memcached-Fast-0.27.orig/Makefile.PL Cache-Memcached-Fast-0.27/Makefile.PL
--- Cache-Memcached-Fast-0.27.orig/Makefile.PL 2021-05-22 20:25:50.000000000 +0200
+++ Cache-Memcached-Fast-0.27/Makefile.PL 2021-05-25 21:41:10.991310429 +0200
@@ -24,6 +24,13 @@
},
);
+sub MY::cflags {
+ my $self = shift;
+ my $orig = $self->MM::cflags(@_);
+ $orig =~ s/-flto\b//g;
+ return $orig;
+}
+
sub MY::postamble { <<'MAKE' }
$(MYEXTLIB): src/Makefile
cd src && $(MAKE) $(PASTHRU)