[bfast] Fix building on aarch64

verdurin verdurin at fedoraproject.org
Mon Jun 2 21:46:16 UTC 2014


commit 19e656701089071fe32e7c82e5cfecf722e264a4
Author: Adam Huffman <verdurin at fedoraproject.org>
Date:   Mon Jun 2 22:46:10 2014 +0100

    Fix building on aarch64

 bfast.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/bfast.spec b/bfast.spec
index cfbb3d6..4f47b60 100644
--- a/bfast.spec
+++ b/bfast.spec
@@ -1,6 +1,6 @@
 Name:		bfast
 Version:	0.7.0a
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Blat-like Fast Accurate Search Tool
 
 Group:		Applications/Engineering
@@ -45,6 +45,7 @@ other factors.
 sed -i '/^extended_CFLAGS=/ s/-m64//' configure
 
 %build
+autoreconf
 %configure
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 
@@ -81,6 +82,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jun 02 2014 Adam Huffman <bloch at verdurin.com> - 0.7.0a-7
+- Fix for building on aarch64
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0a-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list