We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
edenhill, i use centos 6.3 final version, 0.8.1 master branch librdkafka dont generate so.1, the bug is described below:
There is a issue in Makefile, line 50, 50 @(if [ $(UNAME_S) = "Linux" -o $(CYGWIN) = CYGWIN ]; then \
should use @(if [ $(UNAME_S) = "Linux" ]; then \
or else no so.1 generated. I think it's brought in by your recent support for cygwin.
The text was updated successfully, but these errors were encountered:
Thanks!
This is fixed in ae11db7. please update your master branch.
Sorry, something went wrong.
No branches or pull requests
edenhill,
i use centos 6.3 final version, 0.8.1 master branch librdkafka dont generate so.1, the bug is described below:
There is a issue in Makefile, line 50,$(UNAME_S) = "Linux" -o $ (CYGWIN) = CYGWIN ]; then \
50 @(if [
should use
@(if [ $(UNAME_S) = "Linux" ]; then \
or else no so.1 generated. I think it's brought in by your recent support for cygwin.
The text was updated successfully, but these errors were encountered: