Skip to content

Commit 67b7526

Browse files
authored
CPP-955 Removing unnecessary stdc++ lib (#529)
1 parent a0641ab commit 67b7526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/debian/cassandra_static.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Description: A C/C++ client driver for Apache Cassandra and DataStax Products
88
Version: @DEB_VERSION_UPSTREAM@
99
Requires: libuv
1010
Requires: openssl
11-
Libs: -L${libdir} -lcassandra_static -lstdc++
11+
Libs: -L${libdir} -lcassandra_static
1212
Cflags:
1313
URL: https://github.com/datastax/cpp-driver/

0 commit comments

Comments
 (0)