diff mbox

[rdma-core,1/3] debian: Do not build ibacm for non-Linux architectures

Message ID 20171114113330.2715-2-benjamin.drung@profitbricks.com (mailing list archive)
State Accepted
Headers show

Commit Message

Benjamin Drung Nov. 14, 2017, 11:33 a.m. UTC
rdma-core is tied to the Linux kernel. Thus we do not want to build it
on non-Linux architectures (like hurd-i386, kfreebsd-amd64, and
kfreebsd-i386). The build was tried on the non-Linux architectures,
because ibacm was marked to build on any architecture. Therefore also
mark ibacm as linux-any.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/debian/control b/debian/control
index fef59ad5..5fee479c 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@  Description: RDMA core userspace infrastructure and documentation
     standard socket interface.
 
 Package: ibacm
-Architecture: any
+Architecture: linux-any
 Depends: lsb-base (>= 3.2-14~),
          rdma-core (>= 15),
          ${misc:Depends},