diff --git a/srcpkgs/rocksdb/template b/srcpkgs/rocksdb/template index 2d44b9e3e34..0fd00a3dc9f 100644 --- a/srcpkgs/rocksdb/template +++ b/srcpkgs/rocksdb/template @@ -17,7 +17,7 @@ case "$XBPS_TARGET_MACHINE" in armv[56]*|mips*|ppc|ppc-musl) makedepends+=" libatomic-devel";; esac # Use the C++17 feature to align new -CXXFLAGS="-faligned-new" +CXXFLAGS="-faligned-new -Wno-error=deprecated-copy -Wno-error=pessimizing-move" pre_configure() { case "$XBPS_TARGET_MACHINE" in