Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85089 Details for
Bug 112537
version bump: dev-util/eclipse-sdk-3.2_rc1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
old patch allowing compile of the native update.so library
07-path-fixups-3.2.patch (text/plain), 1.79 KB, created by
Mikko Tiihonen
on 2006-04-20 22:16:56 UTC
(
hide
)
Description:
old patch allowing compile of the native update.so library
Filename:
MIME Type:
Creator:
Mikko Tiihonen
Created:
2006-04-20 22:16:56 UTC
Size:
1.79 KB
patch
obsolete
>diff -ur eclipse.orig/plugins/org.eclipse.update.core.linux/src/build.xml eclipse.fix/plugins/org.eclipse.update.core.linux/src/build.xml >--- eclipse.orig/plugins/org.eclipse.update.core.linux/src/build.xml 2005-05-13 21:37:28.000000000 +0300 >+++ eclipse.fix/plugins/org.eclipse.update.core.linux/src/build.xml 2005-05-23 21:43:30.000000000 +0300 >@@ -5,7 +5,7 @@ > <!-- Set a meaningful default value for when it is not. --> > <property name="eclipse-home" value="${basedir}/../.."/> > <property name="jdk-path" value="${java.home}"/> >- <property name="destination" value="${eclipse-home}/org.eclipse.update.core.linux/os/linux/x86/"/> >+ <property name="destination" value="${eclipse-home}/org.eclipse.update.core.linux/os/linux/${arch}/"/> > <property name="obj-path" value="${eclipse-home}/org.eclipse.update.core.linux/src/"/> > <property name="src-path" value="${eclipse-home}/org.eclipse.update.core.linux/src/"/> > >@@ -47,18 +47,18 @@ > <property name="header-path" value="${jdk-path}/../include"/> > <property name="header-linux-path" value="${header-path}/linux" /> > >- <echo message="gcc -o ${library-file} -shared -I${src-path} -I${header-linux-path} ${library-file} -static -lc"/> >+ <echo message="gcc -o ${library-file} -shared -fPIC -I${src-path} -I${header-linux-path} ${library-file} -lc"/> > > <apply executable="gcc" dest="${eclipse-home}/" parallel="false"> > <arg value="-o"/> > <arg value="${library-file}"/> > <arg value="-shared"/> >+ <arg value="-fPIC"/> > <arg value="-I${src-path}"/> > <arg value="-I${header-path}"/> > <arg value="-I${header-linux-path}"/> > <srcfile/> >- <arg value="-static"/> > <arg value="-lc"/> > <fileset dir="${src-path}" includes="*.c"/> > <mapper type="glob" from="*.c" to="*.o"/>
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 112537
:
72891
|
72892
|
76315
|
76316
|
76317
|
85088
|
85089
|
85090
|
85785
|
85786
|
85787
|
85788
|
85789
|
86787
|
86788
|
86789
|
86790
|
86791
|
87685
|
87686
|
89787