mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
rocksdb: fix build
This commit is contained in:
parent
49abdb4219
commit
19a48f1b85
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
armv[56]*|mips*|ppc|ppc-musl) makedepends+=" libatomic-devel";;
|
armv[56]*|mips*|ppc|ppc-musl) makedepends+=" libatomic-devel";;
|
||||||
esac
|
esac
|
||||||
# Use the C++17 feature to align new
|
# Use the C++17 feature to align new
|
||||||
CXXFLAGS="-faligned-new"
|
CXXFLAGS="-faligned-new -Wno-error=deprecated-copy -Wno-error=pessimizing-move"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue