Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
libgda
libgda-javadetection-biarch.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgda-javadetection-biarch.patch of Package libgda
Index: libgda-5.0.3/getsp.java =================================================================== --- libgda-5.0.3.orig/getsp.java +++ libgda-5.0.3/getsp.java @@ -25,7 +25,7 @@ public class getsp { while (i<=j) { if (i==j || lp.charAt(i)==ps) { String lib=lp.substring(k,i); - String suffix="/lib/amd64/server"; + String suffix="/lib/--ARCH--/server"; k=i+1; if (lib.compareTo(".")!=0) r=(r==null)?(prefix+lib+suffix):(r+" "+prefix+lib+suffix); @@ -50,7 +50,7 @@ public class getsp { if (r!=null) System.out.println(r); } else if (args[0].compareTo("-ldpath")==0) { - String lp1=System.getProperty("java.home")+"/lib/amd64/server"; + String lp1=System.getProperty("java.home")+"/lib/--ARCH--/server"; String lp2=System.getProperty("java.library.path"); System.out.println(lp1+":"+lp2); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor