This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix missing X in 2 embed.fnc entries
[perl5.git] / ext / GDBM_File / hints / sco.pl
1 # SCO OSR5 needs to link with libc.so again to have C<fsync> defined
2 $self->{LIBS} = ['-lgdbm -lc'];