summaryrefslogtreecommitdiffstats
path: root/cpp-driver-pc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cpp-driver-pc.patch')
-rw-r--r--cpp-driver-pc.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/cpp-driver-pc.patch b/cpp-driver-pc.patch
deleted file mode 100644
index 289e59f..0000000
--- a/cpp-driver-pc.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From 6278d5fd1c3e939012dedf22ddc95545572f8eac Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Wed, 15 Jan 2020 09:48:51 +0100
-Subject: [PATCH] fix cflags when build with CASS_INSTALL_HEADER_IN_SUBDIR on
-
----
- packaging/cassandra.pc.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/packaging/cassandra.pc.in b/packaging/cassandra.pc.in
-index afc906516..52ff626c1 100644
---- a/packaging/cassandra.pc.in
-+++ b/packaging/cassandra.pc.in
-@@ -7,5 +7,5 @@ Name: cassandra
- Description: A C/C++ client driver for Apache Cassandra and DataStax Products
- Version: @version@
- Libs: -L${libdir} -l@PROJECT_LIB_NAME@
--Cflags:
-+Cflags: -I${includedir}
- URL: https://github.com/datastax/cpp-driver/