From 055cc85fc229d06a41eb20056d4bf8ea646777dc Mon Sep 17 00:00:00 2001 From: Bret McGuire Date: Wed, 27 Apr 2022 23:53:54 -0500 Subject: [PATCH] Removing unnecessary stdc++ lib --- packaging/debian/cassandra_static.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian/cassandra_static.pc b/packaging/debian/cassandra_static.pc index 0ce2d4c14..8e71d5c30 100644 --- a/packaging/debian/cassandra_static.pc +++ b/packaging/debian/cassandra_static.pc @@ -8,6 +8,6 @@ Description: A C/C++ client driver for Apache Cassandra and DataStax Products Version: @DEB_VERSION_UPSTREAM@ Requires: libuv Requires: openssl -Libs: -L${libdir} -lcassandra_static -lstdc++ +Libs: -L${libdir} -lcassandra_static Cflags: URL: https://github.com/datastax/cpp-driver/