Add LDFLAGS=${CFLAGS} to %configure (Fix F23FTBFS RHBZ#1239364).

This commit is contained in:
Ralf Corsépius 2015-07-07 14:33:05 +02:00
commit 79aa984431

View file

@ -1,7 +1,7 @@
Summary: AES-based encryption tool for tar/cpio and loop-aes images
Name: aespipe
Version: 2.4c
Release: 9%{?dist}
Release: 10%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://loop-aes.sourceforge.net/
@ -25,7 +25,8 @@ kernel module.
%setup -q -n %{name}-v%{version}
%build
%configure
# Package calls CC to link
%configure LDFLAGS="${CFLAGS}"
%global make_target %{nil}
%ifarch x86_64
@ -54,6 +55,9 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe
%{_bindir}/aespipe
%changelog
* Tue Jul 07 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.4c-10
- Add LDFLAGS=${CFLAGS} to %%configure (Fix F23FTBFS RHBZ#1239364).
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4c-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild