summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/hints/netbsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/hints/netbsd.sh')
-rw-r--r--contrib/perl5/hints/netbsd.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/perl5/hints/netbsd.sh b/contrib/perl5/hints/netbsd.sh
index 6d99a13..7bd0a25 100644
--- a/contrib/perl5/hints/netbsd.sh
+++ b/contrib/perl5/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
@@ -63,10 +63,6 @@ case "$usevfork" in
'') usevfork=true ;;
esac
-# Avoid telldir prototype conflict in pp_sys.c (NetBSD uses const DIR *)
-# Configure should test for this. Volunteers?
-pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"'
-
# Pre-empt the /usr/bin/perl question of installperl.
installusrbinperl='n'
OpenPOWER on IntegriCloud