Add libbsd as dependency - #75
Conversation
|
I think this should be solved on package_set level internally: https://git.hb.dfki.de/sw-backbone/package_sets/ric-backbone/-/blob/master/libs.autobuild?ref_type=heads#L177 with a depends_on |
Sure, that is another way of solving it. |
|
I think that libbsd is nowhere declared. I this package would be covered in the interaction package set: https://git.hb.dfki.de/Interaction/interaction-package_set/-/merge_requests/5 |
On the other hand, solving it on the package seems to me like a less self-contained solution than tracking the dependency in the manifest. |
|
Yes, but it is a dependency of libzmq, when compiled from source with ENABLE_DRAFTS on, rrc itself does not require it. |
Right, it's a dependency of a dependency. I agree that your solution is better. |
needed in the compilation of libzmq with the flags passed