This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
5.002 beta 1
[perl5.git] / hints / powerunix.sh
index f21e6ae..0878e74 100644 (file)
@@ -49,13 +49,7 @@ d_csh='undef'
 cc='/bin/cc'
 cccdlflags='-Zpic'
 ccdlflags='-Zlink=dynamic -Wl,-Bexport'
-lddlflags='-G'
-
-# Configure imagines that stdio.h is "standard", but it really isn't.
-# Things like the -T and -B file test operators (on file handles) fail when
-# it tries to treat it as "standard"
-#
-d_stdstdio='undef'
+lddlflags='-Zlink=so'
 
 # Configure sometime finds what it believes to be ndbm header files on the
 # system and imagines that we have the NDBM library, but we really don't.