aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/perl-5.8.8
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/perl-5.8.8')
-rw-r--r--recipes/perl/perl-5.8.8/Makefile.SH-native.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/perl/perl-5.8.8/Makefile.SH-native.patch b/recipes/perl/perl-5.8.8/Makefile.SH-native.patch
new file mode 100644
index 0000000000..a8a25956e2
--- /dev/null
+++ b/recipes/perl/perl-5.8.8/Makefile.SH-native.patch
@@ -0,0 +1,13 @@
+--- perl-5.8.8/Makefile.SH-orig 2013-02-21 22:11:14.000000000 +0100
++++ perl-5.8.8/Makefile.SH 2013-02-21 22:11:56.000000000 +0100
+@@ -196,8 +196,8 @@
+ CC = $cc
+ LD = $ld
+
+-LDFLAGS = $ldflags
+-CLDFLAGS = $ldflags
++LDFLAGS = $ldflags -lpthread -lm
++CLDFLAGS = $ldflags -lpthread -lm
+
+ mallocsrc = $mallocsrc
+ mallocobj = $mallocobj