Skip to content

Commit 59d044d

Browse files
committed
XXX freebsd: not thread safe
1 parent 00bbd3d commit 59d044d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

hints/freebsd.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -322,14 +322,14 @@ d_printf_format_null='undef'
322322
# Interpreting: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211743#c10
323323
# khw workaround no longer needed except for the following versions
324324
FREEBSD_KERNEL_VERSION=`uname -U`
325-
if [ $FREEBSD_KERNEL_VERSION -lt 1003507 \
326-
-o \( $FREEBSD_KERNEL_VERSION -ge 1100000 \
327-
-a $FREEBSD_KERNEL_VERSION -lt 1100502 \) \
328-
-o \( $FREEBSD_KERNEL_VERSION -ge 1200000 \
329-
-a $FREEBSD_KERNEL_VERSION -lt 1200004 \) ]
330-
then
325+
#if [ $FREEBSD_KERNEL_VERSION -lt 1003507 \
326+
# -o \( $FREEBSD_KERNEL_VERSION -ge 1100000 \
327+
# -a $FREEBSD_KERNEL_VERSION -lt 1100502 \) \
328+
# -o \( $FREEBSD_KERNEL_VERSION -ge 1200000 \
329+
# -a $FREEBSD_KERNEL_VERSION -lt 1200004 \) ]
330+
#then
331331
d_uselocale='undef'
332-
fi
332+
#fi
333333

334334
# https://github.com/Perl/perl5/issues/15984
335335
# Reported in 11.0-CURRENT with g++-4.8.5:

0 commit comments

Comments
 (0)