]> git.pld-linux.org Git - packages/eclipse.git/blame - eclipse-core_resources-makefile.patch
- added support for cflags/ldflags/incpath.
[packages/eclipse.git] / eclipse-core_resources-makefile.patch
CommitLineData
e29aed2d
PS
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.064998 seconds and 4 git commands to generate.