From edd9fb8458c58b175c22012c2d322dc35135c688 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mar 05 2013 15:05:09 +0000 Subject: Build with -fno-strict-aliasing Signed-off-by: Adam Tkac --- diff --git a/dump.spec b/dump.spec index 2a31ecd..6ce5be9 100644 --- a/dump.spec +++ b/dump.spec @@ -5,7 +5,7 @@ Summary: Programs for backing up and restoring ext2/ext3 filesystems Name: dump Epoch: 1 Version: 0.4 -Release: 0.17.%{PREVER}%{?dist} +Release: 0.18.%{PREVER}%{?dist} License: BSD Group: Applications/Archiving URL: http://dump.sourceforge.net/ @@ -61,7 +61,7 @@ done autoreconf -fiv export CFLAGS="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes \ --Wmissing-prototypes -Wno-char-subscripts" +-Wmissing-prototypes -Wno-char-subscripts -fno-strict-aliasing" # XXX --enable-kerberos needs krcmd %configure --disable-static \ @@ -125,6 +125,9 @@ rm -rf %{buildroot} %{_mandir}/man8/rmt.8* %changelog +* Tue Mar 05 2013 Adam Tkac - 1:0.4-0.18.b44 +- build with -fno-strict-aliasing + * Wed Feb 13 2013 Fedora Release Engineering - 1:0.4-0.17.b44 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild