diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-06 14:57:30 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-06 14:57:30 +0000 |
commit | 9f060c8460ee304e7b59ae63ddd9ac34aa15b320 (patch) | |
tree | 8f653af086cbec1359e19fa99ca1979fda9fd21d /hints/netbsd.sh | |
parent | f48e6a7ed0ae5288c213782f2491a0e6126db30c (diff) | |
download | perl-9f060c8460ee304e7b59ae63ddd9ac34aa15b320.tar.gz |
avoid -Bforcearchive on netbsd too
p4raw-id: //depot/perl@5003
Diffstat (limited to 'hints/netbsd.sh')
-rw-r--r-- | hints/netbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh index e359127dca..7bd0a25c1d 100644 --- a/hints/netbsd.sh +++ b/hints/netbsd.sh @@ -34,7 +34,7 @@ case "$osvers" in # we use -fPIC here because -fpic is *NOT* enough for some of the # extensions like Tk on some netbsd platforms (the sparc is one) cccdlflags="-DPIC -fPIC $cccdlflags" - lddlflags="-Bforcearchive -Bshareable $lddlflags" + lddlflags="-Bshareable $lddlflags" else d_dlopen=$undef fi |