Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 87686 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]
07-eclipse-3.2.patch
07-eclipse-3.2.patch (text/plain), 3.11 KB, created by
Mikko Tiihonen
on 2006-05-27 13:14:00 UTC
(
hide
)
Description:
07-eclipse-3.2.patch
Filename:
MIME Type:
Creator:
Mikko Tiihonen
Created:
2006-05-27 13:14:00 UTC
Size:
3.11 KB
patch
obsolete
>--- plugins/org.eclipse.core.runtime.compatibility.registry/build.xml 2006-04-18 07:54:25.000000000 +0300 >+++ plugins/org.eclipse.core.runtime.compatibility.registry/build.xml.fixed 2006-04-18 07:54:01.000000000 +0300 >@@ -79,6 +79,7 @@ > <pathelement path="${build.result.folder}/../org.eclipse.equinox.registry/runtime_registry_compatibility.jar"/> > <pathelement path="${build.result.folder}/../org.eclipse.equinox.registry/bin/"/> > <pathelement path="${build.result.folder}/../org.eclipse.equinox.registry/@dot"/> >+ <pathelement path="../org.eclipse.core.runtime/@dot"/> > <pathelement path="${build.result.folder}/../org.eclipse.osgi/bin/"/> > <pathelement path="${build.result.folder}/../org.eclipse.osgi/@dot"/> > <pathelement path="${build.result.folder}/../org.eclipse.core.jobs/bin/"/> >--- plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile.orig 2006-04-19 20:39:43.000000000 +0300 >+++ plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile 2006-04-19 20:41:40.000000000 +0300 >@@ -17,13 +17,13 @@ > OS_TYPE = linux > > #Set this to be the location of your JRE >-JAVA_HOME = ~/vm/sun142 >+#JAVA_HOME = ~/vm/sun142 > > JDK_INCLUDE = -I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS_TYPE} > COMMON_INCLUDE = -I include > > core : >- gcc -fPIC -g -c $(JDK_INCLUDE) $(COMMON_INCLUDE) -o $(CORE.O) $(CORE.C) >+ gcc -fPIC -g -c $(JDK_INCLUDE) $(COMMON_INCLUDE) $(CFLAGS) -o $(CORE.O) $(CORE.C) > gcc -g -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O) -lc > > clean : >--- plugins/org.eclipse.update.core.linux/src/build.xml~ 2006-04-29 12:43:49.000000000 +0300 >+++ plugins/org.eclipse.update.core.linux/src/build.xml 2006-04-29 12:43:17.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 112537
:
72891
|
72892
|
76315
|
76316
|
76317
|
85088
|
85089
|
85090
|
85785
|
85786
|
85787
|
85788
|
85789
|
86787
|
86788
|
86789
|
86790
|
86791
|
87685
| 87686 |
89787