summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.co.uk>2013-11-15 11:37:52 +1100
committerTony Cook <tony@develop-help.com>2014-01-16 15:37:13 +1100
commitcbc0b8140a1ef2e1a7119bb461f48395a4a8fc4d (patch)
tree7016bf876aeafae261ba1703da490c493c42ba4a /ext
parentf48d8d9daf0f92cffbbef9a80e5f2c4d260c320c (diff)
downloadperl-cbc0b8140a1ef2e1a7119bb461f48395a4a8fc4d.tar.gz
freemint doesn't need the extra -lm -lposix either
Diffstat (limited to 'ext')
-rw-r--r--ext/POSIX/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/Makefile.PL b/ext/POSIX/Makefile.PL
index e6e621cc04..77ebae7d5a 100644
--- a/ext/POSIX/Makefile.PL
+++ b/ext/POSIX/Makefile.PL
@@ -11,7 +11,7 @@ if ($Config{sig_name} =~ /\bRTMIN\b/ && $Config{sig_name} =~ /\bRTMAX\b/) {
}
my @libs;
-if ($^O ne 'MSWin32') {
+if ($^O ne 'MSWin32' && $^O ne 'freemint') {
@libs = ('LIBS' => ["-lm -lposix -lcposix"]);
}
WriteMakefile(