summaryrefslogtreecommitdiff
path: root/dev-perl/Cache-Memcached-Fast/files/Cache-Memcached-Fast-0.270.0-no-flto.patch
blob: 003d93aeaa1cb288b0cb981b97a8f9d29ce65a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)