Le 06/11/2017 à 08:58, Alaa Hleihel a écrit : > > On 06/11/2017 4:05, Jason Gunthorpe wrote: >> On Sun, Nov 05, 2017 at 10:13:57AM +0200, Alaa Hleihel wrote: >> >>> -%if 0%{?suse_version} >= 1330 >>> -BuildRequires:? curl-mini >>> -%endif >> No idea what it would need curl to build, so the above seems right to me? >> >> Jason > I also don't believe that curl is required for build. But, I think we should wait for Nicolas to comment before removing these lines. > > Regards, > Alaa > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html There is no direct dependency to curl but an indirect one that I don't remember. This is required to avoid cyclic build dependency in our build system. (something like curl requires boost which requires rdma-core which requires curl through some dependencies) I don't know why it's not available on download.opensuse.org... I'll check with the guy in charge and submit a patch if needed Nicolas -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html