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

0.8.1 master branch makefile can't generate librdkafka.so.1 #61

Closed
xianping opened this issue Jan 15, 2014 · 1 comment
Closed

0.8.1 master branch makefile can't generate librdkafka.so.1 #61

xianping opened this issue Jan 15, 2014 · 1 comment

Comments

@xianping
Copy link

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.

@edenhill
Copy link
Contributor

Thanks!

This is fixed in ae11db7. please update your master branch.

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

No branches or pull requests

2 participants