From faae76e6b6cf2c686d75e9ea21aeb687b9354835 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Jun 23 2010 12:36:19 +0000 Subject: build with -fno-strict-aliasing --- diff --git a/babl.spec b/babl.spec index 68f8173..a5ab698 100644 --- a/babl.spec +++ b/babl.spec @@ -1,7 +1,7 @@ Summary: A dynamic, any to any, pixel format conversion library Name: babl Version: 0.1.2 -Release: 2%{?dist} +Release: 3%{?dist} # The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL License: LGPLv3+ and GPLv3+ Group: System Environment/Libraries @@ -47,6 +47,7 @@ This package contains documentation needed for developing with %{name}. %setup -q %build +CFLAGS="%optflags -fno-strict-aliasing" \ %configure --disable-static make V=1 %{?_smp_mflags} @@ -88,6 +89,9 @@ rm -rf %{buildroot} %doc %{develdocdir} %changelog +* Wed Jun 23 2010 Nils Philippsen - 0.1.2-3 +- build with -fno-strict-aliasing + * Mon Jun 14 2010 Nils Philippsen - 0.1.2-2 - split off devel-docs subpackage to make package multi-lib compliant (#477807) - let devel package require correct arch of base package