[perl-Net-SSH2] Avoid the EE::MM CCFLAGS bug on x86

Petr Šabata psabata at fedoraproject.org
Thu Apr 19 12:48:15 UTC 2012


commit 0c82b0f6d0f242fc0711e4f6ed7c3216cac31f89
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Apr 19 14:47:57 2012 +0200

    Avoid the EE::MM CCFLAGS bug on x86

 Net-SSH2-0.41-Makefile.patch |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/Net-SSH2-0.41-Makefile.patch b/Net-SSH2-0.41-Makefile.patch
new file mode 100644
index 0000000..ccd6163
--- /dev/null
+++ b/Net-SSH2-0.41-Makefile.patch
@@ -0,0 +1,15 @@
+diff --git a/Makefile.PL b/Makefile.PL
+index 8969253..af2d345 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -67,8 +67,8 @@ if (!$lib && !$inc) {
+ auto_provides;
+ 
+ libs $lib;
+-$inc = "$inc -I.";
+-makemaker_args CCFLAGS => $inc, @define;
++inc "$inc -I.";
++makemaker_args @define;
+ 
+ realclean_files qw/const-c.inc const-xs.inc/;
+ 


More information about the scm-commits mailing list