Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37865525
en ru br
ALT Linux repositórios
S:118.0-alt1
5.0: 3.0.9-alt1.M50.1
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

Group :: Rede/WWW
RPM: firefox

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: mozilla-firefox-1.0-lib64-nspr.patch
Download


--- 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
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009