Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 62081 Details for
Bug 92606
eclipse-sdk 3.1 M7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix small problems to correct build all native libraries
eclipse-3.1.patch (text/plain), 3.17 KB, created by
Mikko Tiihonen
on 2005-06-27 11:14:22 UTC
(
hide
)
Description:
Patch to fix small problems to correct build all native libraries
Filename:
MIME Type:
Creator:
Mikko Tiihonen
Created:
2005-06-27 11:14:22 UTC
Size:
3.17 KB
patch
obsolete
>diff -ur eclipse.orig/plugins/org.eclipse.core.resources.linux/build.xml eclipse.amd64/plugins/org.eclipse.core.resources.linux/build.xml >--- eclipse.orig/plugins/org.eclipse.core.resources.linux/build.xml 2005-05-13 21:34:52.000000000 +0300 >+++ eclipse.amd64/plugins/org.eclipse.core.resources.linux/build.xml 2005-05-23 21:43:30.000000000 +0300 >@@ -57,10 +57,15 @@ > > <target name="gather.bin.parts" depends="init" if="destination.temp.folder"> > <mkdir dir="${destination.temp.folder}/org.eclipse.core.resources.linux_3.1.0"/> >+ <exec dir="./src" executable="make"> >+ </exec> >+ <copy todir="os/linux/${basearch}" failonerror="true" overwrite="false"> >+ <fileset dir="src" includes="*.so"/> >+ </copy> > <copy todir="${destination.temp.folder}/org.eclipse.core.resources.linux_3.1.0" failonerror="true" overwrite="false"> > <fileset dir="${basedir}" includes="os/,META-INF/,about.html" /> > </copy> >- <chmod perm="755" dir="${destination.temp.folder}/org.eclipse.core.resources.linux_3.1.0" includes="os/linux/x86/*.so" /> >+ <chmod perm="755" dir="${destination.temp.folder}/org.eclipse.core.resources.linux_3.1.0" includes="os/linux/${basearch}/*.so" /> > </target> > > <target name="build.zips" depends="init"> >diff -ur eclipse.orig/plugins/org.eclipse.core.resources.linux/src/Makefile eclipse.amd64/plugins/org.eclipse.core.resources.linux/src/Makefile >diff -ur eclipse.orig/plugins/org.eclipse.update.core.linux/src/build.xml eclipse.amd64/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.amd64/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,17 +47,17 @@ > <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 92606
:
58881
|
59659
|
62079
|
62081
|
62107
|
62108