From 5dcefb3b3d22ed7dfe815fc6b2c7dadb51872f50 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2017 16:20:02 +0100 Subject: cassandra-cpp-driver: link to upstream bug (f26 build broken) --- cassandra-cpp-driver.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cassandra-cpp-driver.spec') diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index be86e6a..45b9522 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -17,7 +17,7 @@ Name: cassandra-cpp-driver Summary: DataStax C/C++ Driver for Apache Cassandra Version: 2.5.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -54,6 +54,7 @@ find examples -name .gitignore -exec rm {} \; -print %build +export CXXFLAGS="$RPM_OPT_FLAGS -Wno-implicit-fallthrough" %cmake make %{_smp_mflags} @@ -86,6 +87,11 @@ rm %{buildroot}%{_libdir}//pkgconfig/cassandra_static.pc %changelog +* Mon Mar 6 2017 Remi Collet - 2.5.0-2 +- use -Wno-implicit-fallthrough, workaround for GCC 7 +- open https://datastax-oss.atlassian.net/browse/CPP-438 + Broken bulid with GCC 7 and OpenSSL 1.1 + * Fri Oct 21 2016 Remi Collet - 2.5.0-1 - update to 2.5.0 -- cgit