[qpid-cpp] - don't build with InfiniBand support on s390(x) - don't limit architectures in Fedora

Dan Horák sharkcz at fedoraproject.org
Thu Sep 30 11:40:02 UTC 2010


commit 10631889690c2063e5b2b69d694678e8ae90d902
Author: Dan Horák <dan at danny.cz>
Date:   Thu Sep 30 13:39:23 2010 +0200

    - don't build with InfiniBand support on s390(x)
    - don't limit architectures in Fedora

 qpid-cpp.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/qpid-cpp.spec b/qpid-cpp.spec
index ebf9e07..954c797 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -67,6 +67,9 @@
 %ifnarch s390 s390x
 %global client_rdma       %{MRG_non_core}
 %global server_rdma       %{MRG_non_core}
+%else
+%global client_rdma       0
+%global server_rdma       0
 %endif
 %global client_ssl        %{MRG_non_core}
 %global server_ssl        %{MRG_non_core}


More information about the scm-commits mailing list