Subject: | Makefile.PL: $osobjext not set in the OS fallback case |
See subject and the attached patch. With this patch the distribution builds & tests ok on a freebsd 9.2 system.
Subject: | 0001-set-osobjext-in-os-fallback.patch |
From 1993aeb03dafc6e229aed00340d90f87f82d3b7b Mon Sep 17 00:00:00 2001
From: Slaven Rezic <slaven@rezic.de>
Date: Sun, 1 May 2016 22:46:30 +0200
Subject: [PATCH] set $osobjext in os fallback
---
Makefile.PL | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.PL b/Makefile.PL
index 2c61e9e..54030de 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -46,6 +46,7 @@ if (not defined $os) {
$os = $osdesc->[1];
$osmakefile = $osdesc->[2];
$osmaketarget = $osdesc->[3];
+ $osobjext = $osdesc->[4];
}
if ($os eq 'unix') {
--
2.1.2