Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 155057 Details for
Bug 240681
Running firefox in 32 bit mode on x86_64 uses 64 bit library path
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
select correct MOZ_LIB_DIR depending on arch
firefox.diff (text/plain), 396 bytes, created by
Karl Latiss
on 2007-05-20 03:01:37 UTC
(
hide
)
Description:
select correct MOZ_LIB_DIR depending on arch
Filename:
MIME Type:
Creator:
Karl Latiss
Created:
2007-05-20 03:01:37 UTC
Size:
396 bytes
patch
obsolete
>--- firefox.orig 2007-03-13 10:40:05.000000000 +1100 >+++ firefox 2007-05-20 12:44:25.000000000 +1000 >@@ -32,12 +32,13 @@ > ## mozilla work. > > cmdname=`basename $0` >+arch=`arch` > > ## > ## Variables > ## > MOZ_LIB_DIR="/usr/lib" >-if [ -x "/usr/lib64/firefox-1.5.0.10/firefox-bin" ] >+if [ -x "/usr/lib64/firefox-1.5.0.10/firefox-bin" ] && [ "$arch" == "x86_64" ] > then > MOZ_LIB_DIR="/usr/lib64" > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240681
: 155057