5 lines
183 B
Perl
5 lines
183 B
Perl
# Some SVR4 systems may need to link against routines in -lucb for
|
|
# odbm. Some may also need to link against -lc to pick up things like
|
|
# ecvt.
|
|
$self->{LIBS} = ['-ldbm -lucb -lc'];
|