- Disable strict-aliasing due to non-conforming code in aes.c
(word_in, word_out).
This commit is contained in:
parent
c658db6b3d
commit
a225fdcaa4
1 changed files with 8 additions and 2 deletions
10
aespipe.spec
10
aespipe.spec
|
|
@ -1,7 +1,7 @@
|
|||
Summary: AES-based encryption tool for tar/cpio and loop-aes imagemore
|
||||
Name: aespipe
|
||||
Version: 2.4f
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://loop-aes.sourceforge.net/
|
||||
Source: http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2
|
||||
|
|
@ -26,7 +26,9 @@ kernel module.
|
|||
%setup -q -n %{name}-v%{version}
|
||||
|
||||
%build
|
||||
# Package calls CC to link
|
||||
# Package calls CC to link, and violates strict-aliasing C rules
|
||||
%set_build_flags
|
||||
CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||
%configure LDFLAGS="${CFLAGS}"
|
||||
|
||||
%global make_target %{nil}
|
||||
|
|
@ -56,6 +58,10 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe
|
|||
%{_bindir}/aespipe
|
||||
|
||||
%changelog
|
||||
* Tue Feb 23 2021 Jeff Law <law@redhat.com> - 2.4f-3
|
||||
- Disable strict-aliasing due to non-conforming code in aes.c
|
||||
(word_in, word_out).
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4f-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue