rpms/pvm/devel pvm.spec,1.30,1.31

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 31 23:05:22 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/pvm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8669

Modified Files:
	pvm.spec 
Log Message:
fix bugs 155785, 158303


Index: pvm.spec
===================================================================
RCS file: /cvs/dist/rpms/pvm/devel/pvm.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- pvm.spec	31 May 2005 22:58:27 -0000	1.30
+++ pvm.spec	31 May 2005 23:05:19 -0000	1.31
@@ -83,7 +83,10 @@
 perl -p -i -e "s|ARCHLIB	=|ARCHLIB	= -L/usr/lib64 -L/usr/X11R6/lib64|" conf/LINUX$I.def
 done
 
+%ifarch x86_64
 echo 'ARCHCFLAGS += -fPIC' >> conf/LINUXX86_64.def
+echo 'ARCHCFLAGS += -fPIC' >> conf/LINUX64.def
+%endif
 
 #%define pvm_arch %(echo %{_os}%{_target_cpu} | tr 'a-z' 'A-Z')
 %build




More information about the fedora-cvs-commits mailing list