Passing -R in ldflags makes now it to appear in the default
Lupe Christoph [Sun, 27 Aug 2000 10:28:21 +0000 (12:28 +0200)]
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

Configure

index 8805bca..805d433 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -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" ;;