Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove libatomic dependency for keydb (#1938)
* remove libatomic dependency for keydb This is not easily available for platforms because it was only made separately installable in later versions of GCC than we're using. Since keydb will work without this (it does not use it on darwin), we're attempting to exclude the dependency entirely to work around this issue. Signed-off-by: Marc A. Paradise <marc.paradise@progress.com> * Remove unnecessary whitespace changes from patch Signed-off-by: Marc A. Paradise <marc.paradise@progress.com> * ensure minimum version for applying the patch Signed-off-by: Marc A. Paradise <marc.paradise@progress.com> --------- Signed-off-by: Marc A. Paradise <marc.paradise@progress.com>
- Loading branch information