diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-06 16:20:02 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-06 16:20:02 +0100 |
commit | 5dcefb3b3d22ed7dfe815fc6b2c7dadb51872f50 (patch) | |
tree | dc5c28bb559b5fcc723fd4af18842f064ec0b23a /cassandra-cpp-driver.spec | |
parent | b5ec6161e72c0e589a58b660e8ff42db7b6e3607 (diff) |
cassandra-cpp-driver: link to upstream bug (f26 build broken)
Diffstat (limited to 'cassandra-cpp-driver.spec')
-rw-r--r-- | cassandra-cpp-driver.spec | 8 |
1 files changed, 7 insertions, 1 deletions
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 <remi@fedoraproject.org> - 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 <remi@fedoraproject.org> - 2.5.0-1 - update to 2.5.0 |