Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37728818
en ru br
ALT Linux repos
S:5.34.1-alt1
5.0: 5.8.9-alt2
4.1: 5.8.8-alt19.M41.1
4.0: 5.8.8-alt14
+updates:5.8.8-alt14
3.0: 5.8.7-alt2

Group :: Development/Perl
RPM: perl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-5.20.1-alt-ldv-support-for-alt-gcc-wrapper.patch
Download


commit cd6ba02db04b87f85f2cc97323a7c469e50546a0
Author: Dmitry V. Levin <ldv@altlinux.org>
Date:   Sun Sep 11 23:37:29 2011 +0000
    hints/linux.sh: canonicalize path names (ALT#26249)
diff --git a/hints/linux.sh b/hints/linux.sh
index 956adfc..7b03b33 100644
--- a/hints/linux.sh
+++ b/hints/linux.sh
@@ -171,7 +171,8 @@ fi
 
 case "$plibpth" in
 '') plibpth=`LANG=C LC_ALL=C $gcc $ccflags $ldflags -print-search-dirs | grep libraries |
-	cut -f2- -d= | tr ':' $trnl | grep -v 'gcc' | sed -e 's:/$::'`
+	cut -f2- -d= | tr ':' $trnl | grep -v 'gcc' | sed -e 's:/$::' |
+	xargs -rn1 readlink -e`
     set X $plibpth # Collapse all entries on one line
     shift
     plibpth="$*"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin