rpms/ant/devel ant.spec,1.32,1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 29 11:28:43 UTC 2005


Author: gbenson

Update of /cvs/dist/rpms/ant/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10703

Modified Files:
	ant.spec 
Log Message:
Pass the appropriate flags through


Index: ant.spec
===================================================================
RCS file: /cvs/dist/rpms/ant/devel/ant.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ant.spec	29 Apr 2005 09:06:33 -0000	1.32
+++ ant.spec	29 Apr 2005 11:28:41 -0000	1.33
@@ -352,7 +352,10 @@
 
 # BC-compile the two core jars
 for jar in %{name} %{name}-launcher; do
-    aot-compile build/lib/$jar.jar build/lib/lib$jar.jar.so
+    aot-compile \
+        build/lib/$jar.jar \
+        build/lib/lib$jar.jar.so \
+        "$RPM_OPT_FLAGS -fPIC"
 done
 
 # -----------------------------------------------------------------------------




More information about the fedora-cvs-commits mailing list