rpms/openbabel/devel openbabel.spec,1.25,1.26

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu May 8 19:39:49 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/openbabel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15968/devel

Modified Files:
	openbabel.spec 
Log Message:
Try -mno-fp-in-toc -mno-sum-in-toc (not sure if these are of any use with -mminimal-toc though).


Index: openbabel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openbabel/devel/openbabel.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- openbabel.spec	8 May 2008 18:06:19 -0000	1.25
+++ openbabel.spec	8 May 2008 19:39:13 -0000	1.26
@@ -94,7 +94,8 @@
 %build
 %if 0%{?fedora} >= 9
 %ifarch ppc64
-sed -i -e 's/-python /-python -fcompact /g' scripts/Makefile.am
+export CFLAGS="$RPM_OPT_FLAGS -mno-fp-in-toc -mno-sum-in-toc"
+export CXXFLAGS="$RPM_OPT_FLAGS -mno-fp-in-toc -mno-sum-in-toc"
 %endif
 %endif
 autoreconf --force --install
@@ -186,7 +187,7 @@
 
 %changelog
 * Thu May 08 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.2.0-0.3.b4
-- generate Python binding with -fcompact on F9+ ppc64 (#427700)
+- add -mno-fp-in-toc -mno-sum-in-toc to optflags on F9+ ppc64 (#427700)
 
 * Sun Mar 02 2008 Dominik Mierzejewski <rpm at greysector.net> 2.2.0-0.2.b4
 - updated to 2.2.0 beta4




More information about the fedora-extras-commits mailing list