Skip to content

Conversation

accelerated
Copy link
Contributor

@accelerated accelerated commented Aug 20, 2019

Add openssl to the required library list in pkg_config file when building a static library. Otherwise pkg_config complains if CASS_USE_OPENSSL is enabled. Generated .pc file is:

prefix=/usr/local
exec_prefix=/usr/local
libdir=/usr/local/lib64
includedir=/usr/local/include/cassandra-datastax

Name: cassandra
Description: A C/C++ client driver for Apache Cassandra
Version: 2.13.0
Requires: libuv openssl
Libs: -L${libdir} -lcassandra_static -lstdc++
Cflags:
URL: https://github.com/datastax/cpp-driver/

@mikefero mikefero merged commit 9b30d67 into datastax:master Sep 4, 2019
@mikefero
Copy link
Contributor

mikefero commented Sep 4, 2019

Thanks for the contribution.

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.

2 participants