Skip to content

Commit d6c7b08

Browse files
committed
Re-enable symlinks in the 5.36.1 builds
1 parent da78325 commit d6c7b08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

share/64bit-5.36.1.1.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,14 @@
6969
I_NDBM => 'define',
7070
#HAS_BUILTIN_EXPECT => 'define',
7171
HAS_BUILTIN_CHOOSE_EXPR => 'define',
72+
HAS_SYMLINK => 'define',
7273
},
7374
'config.gc' => { # see Step.pm for list of default updates
7475
d_builtin_choose_expr => 'define',
7576
#d_builtin_expect => 'define',
7677
d_mkstemp => 'define',
7778
d_ndbm => 'define',
78-
#d_symlink => 'undef', # many cpan modules fail tests when defined
79+
d_symlink => 'define', # many cpan modules fail tests when defined
7980
i_db => 'define',
8081
i_dbm => 'define',
8182
i_gdbm => 'define',

0 commit comments

Comments
 (0)