Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force an older version of glibc by preventing the use of 2.14 memcpy. #108

Merged
merged 4 commits into from
May 22, 2017

Conversation

pfifer
Copy link
Contributor

@pfifer pfifer commented May 19, 2017

During the upgrade to a newer compiler the version of memcpy changed to a newer version of glibc. This has caused some problems with older versions of Linux.

This change prevents the newer version of memcpy from being linked in to allow using the KPL on older Linux variants.

@pfifer pfifer added this to the v0.12.5 milestone May 22, 2017
@pfifer pfifer merged commit afb2422 into awslabs:master May 22, 2017
pfifer added a commit to pfifer/amazon-kinesis-producer that referenced this pull request May 22, 2017
pfifer added a commit to pfifer/amazon-kinesis-producer that referenced this pull request May 24, 2017
* Revert to an older version of glibc.
  * [PR awslabs#108](awslabs#108)
* Update bootstrap.sh to include new compiler options for the newer version of GCC.
  * [PR awslabs#109](awslabs#109)
pfifer added a commit that referenced this pull request May 24, 2017
* Revert to an older version of glibc.
  * [PR #108](#108)
* Update bootstrap.sh to include new compiler options for the newer version of GCC.
  * [PR #109](#109)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant