]> git.pld-linux.org Git - packages/eclipse.git/blob - eclipse-core_resources-makefile.patch
- updated to 3.1M2-200409240800.
[packages/eclipse.git] / eclipse-core_resources-makefile.patch
1 --- eclipse-3.0/plugins/org.eclipse.core.resources.linux/src/Makefile.orig      2004-06-25 18:28:27.000000000 +0200
2 +++ eclipse-3.0/plugins/org.eclipse.core.resources.linux/src/Makefile   2004-07-15 17:58:26.889098776 +0200
3 @@ -14,8 +14,8 @@
4  LIB_NAME_FULL = libcore_2_1_0b.so
5  
6  core :
7 -       gcc -fPIC -g -c -I$(JDK_INCLUDE) $(CORE.C) -o $(CORE.O)
8 -       gcc -g -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O) -lc
9 +       gcc -fPIC $(CFLAGS) -c $(INC_PATH) $(CORE.C) -o $(CORE.O)
10 +       gcc $(LDFLAGS) -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O)
11  
12  clean :
13         rm *.o
This page took 0.430722 seconds and 3 git commands to generate.