This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
perl 5.000
[perl5.git]
/
hints
/
netbsd.sh
Commit
Line
Data
a0d0e21e
LW
1
# hints/netbsd.sh
2
case "$osvers" in
3
0.9|0.8)
4
usedl="$undef"
5
;;
6
*) d_dlopen="$define"
7
cccdlflags='-DPIC -fpic'
8
lddlflags='-Bforcearchive -Bshareable'
9
;;
10
esac