Build with -fno-strict-aliasing
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
9195d9126b
commit
edd9fb8458
@ -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 <atkac redhat com> - 1:0.4-0.18.b44
|
||||
- build with -fno-strict-aliasing
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-0.17.b44
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user