rocksdb: fix build
This commit is contained in:
parent
49abdb4219
commit
19a48f1b85
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue