-
Notifications
You must be signed in to change notification settings - Fork 103
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
Reverting gcc -BSymbolic due to symbol collisions #156
Conversation
2) Fix a possible crash when running in Redis Gears.
2) Reverted version bump. 3) Added an entry to the changelog.
2) Reverted version bump. 3) Added an entry to the changelog.
2) add egg-info to gitignore
2) Fix a build break on x86 platforms
This PR adds a -BSymbolic flag to the linker. This is needed to avoid symbol collision in case we are importing hiredis from an embedded interpreter where an existing hiredis is also present. An example of this is RedisGears. |
No description provided.