commit 0c82b0f6d0f242fc0711e4f6ed7c3216cac31f89 Author: Petr Šabata <contyk@xxxxxxxxxx> 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/; + -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel