diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-09 20:29:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-09 20:29:35 +0000 |
commit | b5b9f165df214cd14506c7e79b598983b710c986 (patch) | |
tree | 8a3dd02ebed65e83695cc6012c1b34802f2abeec /Configure | |
parent | 9111eb4b24cc5634175dc89e24cf06692ec5175d (diff) | |
download | perl-b5b9f165df214cd14506c7e79b598983b710c986.tar.gz |
Implement NetBSD patch-aa.
p4raw-id: //depot/perl@13560
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sun Nov 25 08:58:37 EET 2001 [metaconfig 3.0 PL70] +# Generated on Sun Dec 9 23:28:11 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -7172,7 +7172,7 @@ EOM esac for thisflag in $ldflags; do case "$thisflag" in - -L*|-R*) + -L*|-R*|-Wl,-R*) case " $dflt " in *" $thisflag "*) ;; *) dflt="$dflt $thisflag" ;; @@ -7381,10 +7381,10 @@ if "$useshrplib"; then aix) # We'll set it in Makefile.SH... ;; - solaris|netbsd) + solaris) xxx="-R $shrpdir" ;; - freebsd) + freebsd|netbsd) xxx="-Wl,-R$shrpdir" ;; linux|irix*|dec_osf) @@ -15928,8 +15928,11 @@ set fp_class.h i_fp_class eval $inhdr : see if this is a ieeefp.h system -set ieeefp.h i_ieeefp -eval $inhdr +case "$i_ieeefp" in +'' ) set ieeefp.h i_ieeefp + eval $inhdr + ;; +esac : see if this is a libutil.h system set libutil.h i_libutil |