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

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Fri May 9 00:10:50 UTC 2008


Author: kkofler

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

Modified Files:
	openbabel.spec 
Log Message:
Try -mno-sum-in-toc again, that also reduced the TOC1 entries previously.


Index: openbabel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openbabel/devel/openbabel.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- openbabel.spec	8 May 2008 23:52:08 -0000	1.30
+++ openbabel.spec	9 May 2008 00:10:12 -0000	1.31
@@ -96,8 +96,8 @@
 %ifarch ppc64
 # hackery to get rid of excess TOC1 entries
 sed -i -e 's/-python /-python -fastdispatch /g' scripts/Makefile.am
-export CFLAGS="$RPM_OPT_FLAGS -fno-inline-small-functions"
-export CXXFLAGS="$RPM_OPT_FLAGS -fno-inline-small-functions"
+export CFLAGS="$RPM_OPT_FLAGS -mno-sum-in-toc"
+export CXXFLAGS="$RPM_OPT_FLAGS -mno-sum-in-toc"
 %endif
 %endif
 autoreconf --force --install
@@ -189,8 +189,8 @@
 
 %changelog
 * Thu May 08 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.2.0-0.3.b4
-- add -fno-inline-small-functions to optflags on F9+ ppc64 (#427700)
 - generate Python binding with -fastdispatch on F9+ ppc64 (#427700)
+- add -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