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 299088 Details for
Bug 432614
azureus needs rebuild for firefox-2.0.0.12
[?]
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]
Another attempt at fixing 64bits
azureus.script.64.patch (text/plain), 1007 bytes, created by
Stu Tomlinson
on 2008-03-26 02:01:34 UTC
(
hide
)
Description:
Another attempt at fixing 64bits
Filename:
MIME Type:
Creator:
Stu Tomlinson
Created:
2008-03-26 02:01:34 UTC
Size:
1007 bytes
patch
obsolete
>Index: azureus.script >=================================================================== >RCS file: /cvs/pkgs/rpms/azureus/devel/azureus.script,v >retrieving revision 1.20 >diff -u -p -r1.20 azureus.script >--- azureus.script 13 Mar 2008 14:06:06 -0000 1.20 >+++ azureus.script 26 Mar 2008 01:59:43 -0000 >@@ -17,5 +17,12 @@ for pdir in /usr/share/azureus/plugins/* > done; > popd > /dev/null 2>&1 > >-eval grep '^GRE_PATH=' /etc/gre.d/gre.conf >+case $(uname -i) in >+ *64) >+ eval $(grep '^GRE_PATH=' /etc/gre.d/gre64.conf) >+ ;; >+ *) >+ eval $(grep '^GRE_PATH=' /etc/gre.d/gre.conf) >+ ;; >+esac > MOZILLA_FIVE_HOME=$GRE_PATH JAVA_HOME=/usr/lib/jvm/java-openjdk LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:/usr/lib/eclipse/plugins/:/usr/lib/eclipse/:/usr/lib/ CLASSPATH=/usr/lib/eclipse/swt.jar:`build-classpath bcprov jakarta-commons-cli log4j gtk2.8 glib0.2`:/usr/share/azureus/Azureus2.jar java -Dazureus.install.path=$APPDIR -Dazureus.script.version=$SCRIPT_VERSION -Dazureus.script=$0 org.gudy.azureus2.ui.swt.Main "$@"
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 432614
:
294830
|
299086
| 299088