Skip to content

Only package libcrypt when cumulus is enabled

The libcrypt.so library is included only for ACE3P builds (which use girder client and make https requests). This library causes an error when running Centos-built packages on Ubuntu, because Ubuntu doesn't have the libcrypt dependencies. So only include libcrypt when needed for ACE3P (via the Cumulus project), and let ACE3P deal with Centos/Ubuntu differences.

Merge request reports