provide a separate library so compilation fails. Add a hints file to correct the list of libraries used on NetBSD.
6 lines
173 B
Perl
6 lines
173 B
Perl
# $NetBSD: cpan-DB_File-hints-netbsd.pl,v 1.1 2011/09/17 18:51:36 brook Exp $
|
|
|
|
# cpan/DB_File:
|
|
# NetBSD does not provide -ldb, so avoid linking to it
|
|
|
|
$self->{LIBS} = [''];
|