In perl.git, the branch tonyc/sdbm-fix has been created
<http://perl5.git.perl.org/perl.git/commitdiff/f50f3db88e49aba802821c1c6a2250a6ae8b9b02?hp=0000000000000000000000000000000000000000>
at f50f3db88e49aba802821c1c6a2250a6ae8b9b02 (commit)
- Log -----------------------------------------------------------------
commit f50f3db88e49aba802821c1c6a2250a6ae8b9b02
Author: Tony Cook <[email protected]>
Date: Tue Jan 20 12:11:22 2015 +1100
avoid a build issue with non-threaded Win32 builds
The -DPERL_STATIC_SYMS was added in 9c293c15 as a replacement for a
kludge in 8803afc2 to fix SDBM built with BCC on Win32.
The failure in BCC was introduced in 17f28c40 which added the EXTCONST
to better support some VMS specific constructs (which appear to have
been removed since.)
A later patch may clean that up, but since the next dev release is
coming soon, I'll start with a minimal fix.
-----------------------------------------------------------------------
--
Perl5 Master Repository