From 544a197ef38a7e705ce3d7e8139819fe8840918a Mon Sep 17 00:00:00 2001 From: Paul Dersey Date: Thu, 1 Apr 2021 19:11:50 -0400 Subject: [PATCH] Fix perl warning due to uninitialized variables Use of uninitialized value in concatenation (.) or string at /after/lib/perl5/5.6.2/Errno.pm line 11. --- sysa/perl-5.6.2/files/config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysa/perl-5.6.2/files/config.sh b/sysa/perl-5.6.2/files/config.sh index 7e8e6b6..adbc579 100644 --- a/sysa/perl-5.6.2/files/config.sh +++ b/sysa/perl-5.6.2/files/config.sh @@ -7,5 +7,7 @@ cc='tcc' ldlibpthname='LD_LIBRARY_PATH' libpth='/after/lib' path_sep=':' +archname='' +osvers='' CONFIGDOTSH=true