irods / irods_rule_engine_plugin_audit_amqp

BSD 3-Clause "New" or "Revised" License
2 stars 14 forks source link

Linkage to non-proton qpid libraries not required #58

Closed SwooshyCueb closed 3 years ago

SwooshyCueb commented 3 years ago

At present, libqpidclient.so, libqpidcommon.so, and libqpidmessaging.so are passed to the linker. Symbols from these libraries are never referenced in the plugin, so passing them to the linker is not required. Moreover, these libraries are not packaged for many distributions that otherwise package qpid-proton, so including them here is a bit of a nuisance.