]> git.pld-linux.org Git - packages/eclipse.git/commitdiff
- added missing -fPIC
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 22 Dec 2004 14:23:43 +0000 (14:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse.spec -> 1.35

eclipse.spec

index 3cd2c6a1ada7aedde4e6ab7ce598e527ac4097f3..2dfe04f1ee3039f4fe8039b0394db6cd4ebc903c 100644 (file)
@@ -81,7 +81,7 @@ cd -
 mv plugins/org.eclipse.core.resources.linux/{src/libcore*.so,os/linux/%{_eclipse_arch}}
 
 cd plugins/org.eclipse.update.core.linux/src
-%{__cc} %{rpmcflags} %{rpmldflags} -I. $JAVA_INC update.c -o libupdate.so -shared
+%{__cc} %{rpmcflags} -fPIC %{rpmldflags} -I. $JAVA_INC update.c -o libupdate.so -shared
 mv libupdate.so ../os/linux/%{_eclipse_arch}
 cd -
 
This page took 0.031652 seconds and 4 git commands to generate.