]> git.pld-linux.org Git - packages/eclipse.git/blob - eclipse-core_resources-makefile.patch
- updated to 3.1.1
[packages/eclipse.git] / eclipse-core_resources-makefile.patch
1 --- plugins/org.eclipse.core.resources.linux/src/Makefile.orig  2004-12-29 14:30:14.722860888 +0000
2 +++ plugins/org.eclipse.core.resources.linux/src/Makefile       2004-12-29 14:30:50.293453336 +0000
3 @@ -22,8 +22,8 @@
4  JDK_INCLUDE = -I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS_TYPE}
5  
6  core :
7 -       gcc -fPIC -g -c $(JDK_INCLUDE) -o $(CORE.O) $(CORE.C)
8 -       gcc -g -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O) -lc
9 -
10 +       gcc -fPIC $(CFLAGS) -c $(INC_PATH) $(CORE.C) -o $(CORE.O)
11 +       gcc $(LDFLAGS) -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O)
12 +       
13  clean :
14         rm *.o
This page took 0.028867 seconds and 3 git commands to generate.