Skip to content
Snippets Groups Projects
Commit 50c156ef authored by Mike Sullivan's avatar Mike Sullivan Committed by Leo
Browse files

community/cassandra-cpp-driver: avoid Werror=deprecated-copy with gcc 9.2

no need to bump pkgrel
parent ff747840
No related merge requests found
...@@ -19,6 +19,7 @@ builddir="$srcdir/$_pkgname-$pkgver" ...@@ -19,6 +19,7 @@ builddir="$srcdir/$_pkgname-$pkgver"
build() { build() {
mkdir -p "$builddir"/build mkdir -p "$builddir"/build
cd "$builddir"/build cd "$builddir"/build
export CXXFLAGS="$CXXFLAGS -Wno-error=deprecated-copy"
cmake \ cmake \
-DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_BUILD_TYPE=RELEASE \
-DCASS_BUILD_STATIC=ON \ -DCASS_BUILD_STATIC=ON \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment