perl-Digest-SHA/Digest-SHA-5.91-Reset-CFLAGS.patch

34 lines
829 B
Diff
Raw Normal View History

2014-05-26 08:29:02 +00:00
From bf3ad94505252daac8afa13776023e5ccf672fbd Mon Sep 17 00:00:00 2001
2013-03-05 13:01:53 +00:00
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
2013-03-11 08:46:48 +00:00
Date: Mon, 11 Mar 2013 09:44:22 +0100
2013-03-05 13:01:53 +00:00
Subject: [PATCH] Reset CFLAGS
2014-05-09 06:53:59 +00:00
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
2013-03-05 13:01:53 +00:00
2014-05-09 06:53:59 +00:00
Signed-off-by: Petr Písař <ppisar@redhat.com>
2013-03-05 13:01:53 +00:00
---
Makefile.PL | 6 ------
1 file changed, 6 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
2014-05-26 08:29:02 +00:00
index 8e882ca..f04dcbb 100644
2013-03-05 13:01:53 +00:00
--- a/Makefile.PL
+++ b/Makefile.PL
2014-05-09 06:53:59 +00:00
@@ -64,12 +64,6 @@ if ($^O eq 'VMS') {
2013-03-05 13:01:53 +00:00
}
}
- # Enhance performance on Intel when using gcc
-
-if ($Config{archname} =~ /^i[3456]86/ && $Config{ccname} eq 'gcc') {
- push(@extra, OPTIMIZE => '-O1 -fomit-frame-pointer');
-}
-
2014-05-09 06:53:59 +00:00
push(@extra, CCFLAGS => '-W -Wall ' . $Config{ccflags}) if $opt_w;
2014-05-26 08:29:02 +00:00
my %attr = (
2013-03-05 13:01:53 +00:00
--
2014-05-26 08:29:02 +00:00
1.9.3
2013-03-05 13:01:53 +00:00