We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11cf2da + 2638951 commit 043c318Copy full SHA for 043c318
packaging/cassandra.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
6
Name: cassandra
7
Description: A C/C++ client driver for Apache Cassandra
8
Version: @version@
9
-Libs: -L${libdir} -lcassandra
+Libs: -L${libdir} -l@PROJECT_LIB_NAME@
10
Cflags:
11
URL: https://github.com/datastax/cpp-driver/
packaging/cassandra_static.pc.in
@@ -7,6 +7,6 @@ Name: cassandra
Requires: libuv
-Libs: -L${libdir} -lcassandra_static -lstdc++
+Libs: -L${libdir} -l@PROJECT_LIB_NAME_STATIC@ -lstdc++
12
0 commit comments