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

Allow build static library #1602

Merged
merged 9 commits into from
Jan 2, 2018
Merged

Allow build static library #1602

merged 9 commits into from
Jan 2, 2018

Conversation

proller
Copy link
Contributor

@proller proller commented Dec 21, 2017

No description provided.

proller added a commit to ClickHouse/ClickHouse that referenced this pull request Dec 21, 2017
Copy link
Contributor

@edenhill edenhill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -78,7 +78,15 @@ if(NOT HAVE_REGEX)
list(APPEND sources regexp.c)
endif()

add_library(rdkafka SHARED ${sources})
option(RDKAFKA_BUILD_STATIC "Build static rdkafka library" OFF)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add instructions for how to build static libraries to packaging/cmake/README.md?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now ok?

@edenhill edenhill merged commit d486984 into confluentinc:master Jan 2, 2018
@edenhill
Copy link
Contributor

edenhill commented Jan 2, 2018

Thanks for this!

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.

None yet

2 participants