In perl.git, the branch smoke-me/khw-locale has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/ff43f5578ec2bd35a0f22877390167d5184dc6bb?hp=e605421d9b3dc3817da5a3963bb84febc18f4fa3>

- Log -----------------------------------------------------------------
commit ff43f5578ec2bd35a0f22877390167d5184dc6bb
Author: Karl Williamson <[email protected]>
Date:   Wed Apr 3 14:27:00 2019 -0600

    newlocale() has a problem in openbsd
    
    And therefore we can't use it, until fixed.
    https://marc.info/?l=openbsd-bugs&m=155364568608759&w=2

-----------------------------------------------------------------------

Summary of changes:
 hints/openbsd.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hints/openbsd.sh b/hints/openbsd.sh
index 6c366ec2d0..66db8e2ce1 100644
--- a/hints/openbsd.sh
+++ b/hints/openbsd.sh
@@ -150,4 +150,9 @@ case "$openbsd_distribution" in
        ;;
 esac
 
+# openbsd has a problem regarding newlocale()
+# https://marc.info/?l=openbsd-bugs&m=155364568608759&w=2
+# which is being fixed.  In the meantime, forbid POSIX 2008 locales
+d_newlocale="$undef"
+
 # end

-- 
Perl5 Master Repository

Reply via email to