Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 3d714d71cc707cfc8d31d3b3eab0225f > files > 7

pari-2.5.3-4.mga3.src.rpm

diff -p -up pari-2.4.3.alpha/config/get_ld.orig pari-2.4.3.alpha/config/get_ld
--- pari-2.4.3.alpha/config/get_ld.orig	2010-11-10 19:01:09.390708070 -0200
+++ pari-2.4.3.alpha/config/get_ld	2010-11-10 19:01:16.560708352 -0200
@@ -65,14 +65,3 @@ if test "$fastread" != yes; then
 fi
 
 echo "Executable linker is   $LD  $LDFLAGS"
-
-if test "$GNULDused" = yes; then
-  runpathprefix='-rpath '
-else # guess...
-  case "$osname" in
-    gnu|osf1|linux|cygwin*|freebsd|netbsd) runpathprefix='-rpath ' ;;
-    solaris) runpathprefix='-R ' ;;
-    hpux) runpathprefix='+b ' ;;
-    aix) runpathprefix='-blibpath:' ;;
-  esac
-fi