diff options
author | Lupe Christoph <lupe@lupe-christoph.de> | 2000-08-27 12:28:21 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-27 15:19:02 +0000 |
commit | fd22ff18733bb56ccae4708c9713a9dcb506ac9e (patch) | |
tree | 607a0863c4009c7ce97b1dd4829656e082637aec /Configure | |
parent | 7f0187cb87fa2f84f0ea5563d4495b563daccb51 (diff) | |
download | perl-fd22ff18733bb56ccae4708c9713a9dcb506ac9e.tar.gz |
Passing -R in ldflags makes now it to appear in the default
for lddlflags, just like with -L.
Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
p4raw-id: //depot/perl@6846
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Fri Aug 25 21:43:24 EET DST 2000 [metaconfig 3.0 PL70] +# Generated on Sun Aug 27 18:14:56 EET DST 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -6504,7 +6504,7 @@ EOM esac for thisflag in $ldflags; do case "$thisflag" in - -L*) + -L*|-R*) case " $dflt " in *" $thisflag "*) ;; *) dflt="$dflt $thisflag" ;; |