]> git.pld-linux.org Git - packages/eclipse.git/commitdiff
- added support for cflags/ldflags/incpath.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 15 Jul 2004 16:11:57 +0000 (16:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-core_resources-makefile.patch -> 1.1

eclipse-core_resources-makefile.patch [new file with mode: 0644]

diff --git a/eclipse-core_resources-makefile.patch b/eclipse-core_resources-makefile.patch
new file mode 100644 (file)
index 0000000..9eb5bc2
--- /dev/null
@@ -0,0 +1,13 @@
+--- eclipse-3.0/plugins/org.eclipse.core.resources.linux/src/Makefile.orig     2004-06-25 18:28:27.000000000 +0200
++++ eclipse-3.0/plugins/org.eclipse.core.resources.linux/src/Makefile  2004-07-15 17:58:26.889098776 +0200
+@@ -14,8 +14,8 @@
+ LIB_NAME_FULL = libcore_2_1_0b.so
+ core :
+-      gcc -fPIC -g -c -I$(JDK_INCLUDE) $(CORE.C) -o $(CORE.O)
+-      gcc -g -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O) -lc
++      gcc -fPIC $(CFLAGS) -c $(INC_PATH) $(CORE.C) -o $(CORE.O)
++      gcc $(LDFLAGS) -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O)
+ clean :
+       rm *.o
This page took 0.080301 seconds and 4 git commands to generate.