[libcxgb3: 1/2] Attempt to fix arm build issue

Doug Ledford dledford at fedoraproject.org
Fri Aug 9 23:03:29 UTC 2013


commit 7a1fc6c006598c8cefd471beba1fedd507b40d73
Author: Doug Ledford <dledford at redhat.com>
Date:   Fri Aug 9 19:02:46 2013 -0400

    Attempt to fix arm build issue
    
    Signed-off-by: Doug Ledford <dledford at redhat.com>

 libcxgb3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libcxgb3.spec b/libcxgb3.spec
index c4ef56c..5027f6a 100644
--- a/libcxgb3.spec
+++ b/libcxgb3.spec
@@ -1,6 +1,6 @@
 Name: libcxgb3
 Version: 1.3.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Chelsio T3 iWARP HCA Userspace Driver
 Group: System Environment/Libraries
 License: GPLv2 or BSD
@@ -8,7 +8,7 @@ Url: http://www.openfabrics.org/
 Source: http://www.openfabrics.org/downloads/cxgb3/%{name}-%{version}.tar.gz
 Source1: libcxgb3-modprobe.conf
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libibverbs-devel > 1.1.4, libtool
+BuildRequires: libibverbs-devel > 1.1.4, libtool, automake, autoconf
 %ifnarch ia64 %{sparc} %{arm}
 BuildRequires: valgrind-devel
 %endif
@@ -30,6 +30,9 @@ Static version of libcxgb3 that may be linked directly to an application.
 %setup -q
 
 %build
+# Update to newer autotools support...this allows this to build on arm
+touch NEWS
+autoreconf -i
 %ifnarch ia64 %{sparc} %{arm}
 %configure --with-valgrind
 %else


More information about the scm-commits mailing list