From 10f487b51dea4f0e5f9f94a5c382211a8599933c Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Thu, 8 May 2008 15:33:05 +0000 Subject: [PATCH] =?UTF-8?q?Try=20with=20both=20for=20some=20extra=20fun.?= =?UTF-8?q?=20!"=C2=A7$%&/()=3D=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openbabel.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openbabel.spec b/openbabel.spec index bae3889..b0cbfa1 100644 --- a/openbabel.spec +++ b/openbabel.spec @@ -94,8 +94,8 @@ Ruby wrapper for the Open Babel library. %build %if 0%{?fedora} >= 9 %ifarch ppc64 -export CFLAGS="$RPM_OPT_FLAGS -fno-inline-functions" -export CXXFLAGS="$RPM_OPT_FLAGS -fno-inline-functions" +export CFLAGS="$RPM_OPT_FLAGS -fno-inline-functions -fno-inline-small-functions" +export CXXFLAGS="$RPM_OPT_FLAGS -fno-inline-functions -fno-inline-small-functions" %endif %endif autoreconf --force --install @@ -187,7 +187,7 @@ popd %changelog * Thu May 08 2008 Kevin Kofler 2.2.0-0.3.b4 -- add -fno-inline-functions to optflags on F9+ ppc64 (#427700) +- add -fno-inline-{small-,}functions to optflags on F9+ ppc64 (#427700) * Sun Mar 02 2008 Dominik Mierzejewski 2.2.0-0.2.b4 - updated to 2.2.0 beta4