From 79aa984431bcd08c2f6eb8dd4df6b75c84488271 Mon Sep 17 00:00:00 2001 From: Ralf Corsépius Date: Jul 07 2015 12:33:05 +0000 Subject: Add LDFLAGS=${CFLAGS} to %configure (Fix F23FTBFS RHBZ#1239364). --- diff --git a/aespipe.spec b/aespipe.spec index a766fd6..7d0bd96 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -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 - 2.4c-10 +- Add LDFLAGS=${CFLAGS} to %%configure (Fix F23FTBFS RHBZ#1239364). + * Tue Jun 16 2015 Fedora Release Engineering - 2.4c-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild