Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37327515
en ru br
Репозитории ALT
S:118.0-alt1
4.1: 3.0.9-alt0.M41.1
+updates:3.0.4-alt0.M41.2
4.0: 2.0.0.18-alt0.M40.1
3.0: 1.0.7-alt3
+updates:1.0.8-alt0.M30.1
www.altlinux.org/Changes

Группа :: Сети/WWW
Пакет: firefox

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: mozilla-firefox-1.0-lib64-nspr.patch
Скачать


--- mozilla/nsprpub/config/nspr-config.in.nsprlib64	2003-02-27 20:52:53.000000000 -0500
+++ mozilla/nsprpub/config/nspr-config.in	2004-11-19 09:29:20.222446195 -0500
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 prefix=@prefix@
+libdir=@libdir@
 exec_prefix=@exec_prefix@
 exec_prefix_set=no
 
@@ -44,6 +45,7 @@
     --prefix=*)
       prefix=$optarg
       if test $exec_prefix_set = no ; then
+        prefix_set=yes
         exec_prefix=$optarg
       fi
       ;;
@@ -95,7 +97,11 @@
 fi
 
 if test "$echo_libs" = "yes"; then
-      libdirs=-L${exec_prefix}/lib
+      if test "$prefix_set" = "yes" -o "$exec_prefix_set" = "yes"; then
+	      libdirs=-L${exec_prefix}/lib
+      else
+              libdirs=-L${libdir}
+      fi
       if test -n "$lib_plds"; then
 	libdirs="$libdirs -lplds${major_version}"
       fi
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin