On Thu, Mar 09, 2017 at 11:25:27AM +0100, Philipp Thomas wrote: > I'm trying to build latest rdma-core but it fails in ibacm because a > library is missing: The suse cmake rpm macros are broken, this is worked around in the shipped rdma-core.spec: # Tumbleweed's cmake RPM macro adds -Wl,--no-undefined to the module flags # which is totally inappropriate and breaks building 'ENABLE_EXPORTS' style # module libraries (eg ibacmp). %define CMAKE_FLAGS -DCMAKE_MODULE_LINKER_FLAGS="" Ideally you would consult internally to globally fix the rpm cmake macro, otherwise you have to use the above hack.. Jason -- 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