From 0c82b0f6d0f242fc0711e4f6ed7c3216cac31f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 19 Apr 2012 14:47:57 +0200 Subject: [PATCH] Avoid the EE::MM CCFLAGS bug on x86 --- Net-SSH2-0.41-Makefile.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Net-SSH2-0.41-Makefile.patch 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/; +