[vcftools] Use distro CFLAGS (fix FTBFS on ARM)

Peter Robinson pbrobinson at fedoraproject.org
Tue Jul 30 13:16:57 UTC 2013


commit 89b70a9339afc344112484a24e617589fd648e0c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Jul 30 14:16:42 2013 +0100

    Use distro CFLAGS (fix FTBFS on ARM)

 vcftools.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/vcftools.spec b/vcftools.spec
index e961d97..5c66076 100644
--- a/vcftools.spec
+++ b/vcftools.spec
@@ -1,6 +1,6 @@
 Name:		vcftools
 Version:	0.1.11
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	VCF file manipulation tools
 
 Group:		Applications/Engineering
@@ -21,10 +21,9 @@ comparing and calculate some basic population genetic statistics.
 
 %prep
 %setup -q -n %{name}_%{version}
-#%patch0 -p1
 
 %build
-make %{?_smp_mflags} CPPFLAGS="%{optflags}"
+make %{?_smp_mflags} CPPFLAGS="%{optflags}" CFLAGS="%{optflags}"
 
 
 %install
@@ -72,6 +71,9 @@ rm -rf %{buildroot}
 %{perl_vendorarch}/VcfStats.pm
 
 %changelog
+* Tue Jul 30 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.1.11-3
+- Use distro CFLAGS (fix FTBFS on ARM)
+
 * Thu Jul 18 2013 Petr Pisar <ppisar at redhat.com> - 0.1.11-2
 - Perl 5.18 rebuild
 


More information about the scm-commits mailing list