diff options
Diffstat (limited to 'contrib/perl5/ext/NDBM_File/hints/solaris.pl')
-rw-r--r-- | contrib/perl5/ext/NDBM_File/hints/solaris.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/perl5/ext/NDBM_File/hints/solaris.pl b/contrib/perl5/ext/NDBM_File/hints/solaris.pl new file mode 100644 index 000000000000..11310a972f5c --- /dev/null +++ b/contrib/perl5/ext/NDBM_File/hints/solaris.pl @@ -0,0 +1,3 @@ +# -lucb has been reported to be fatal for perl5 on Solaris. +# Thus we deliberately don't include it here. +$self->{LIBS} = ["-lndbm", "-ldbm"]; |