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

Fix building of hiredis C extension on FreeBSD #72

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

stanhu
Copy link
Contributor

@stanhu stanhu commented Nov 22, 2022

FreeBSD uses a version of clang that does not support the Darwin-specific -Wl,-exported_symbols_list linker flags. We can fix this by using the standard GCC flags (`-Wl,--version-script).

Closes #71

FreeBSD uses a version of clang that does not support the
Darwin-specific `-Wl,-exported_symbols_list` linker flags. We can
fix this by using the standard GCC flags (`-Wl,--version-script).

Closes redis-rb#71
@byroot byroot merged commit 0dc2a80 into redis-rb:master Nov 22, 2022
@byroot
Copy link
Member

byroot commented Nov 22, 2022

Thank you! 🙇

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.

hiredis-client failed to compile on FreeBSD
2 participants