mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/sccache: make the zstd dependency effective
It is needed by the zstd-sys crate, but only if we tell it to use the system copy... Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2017-2023 Gentoo Authors
|
||||
# Copyright 2017-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Autogenerated by pycargoebuild 0.7
|
||||
@@ -444,6 +444,7 @@ src_configure() {
|
||||
# Should be able to drop this once we have a 'gentoo' profile
|
||||
sed -i 's/strip = true/strip = false/' Cargo.toml || die
|
||||
|
||||
export ZSTD_SYS_USE_PKG_CONFIG=1
|
||||
myfeatures=(
|
||||
native-zlib
|
||||
$(usev azure)
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2017-2023 Gentoo Authors
|
||||
# Copyright 2017-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Autogenerated by pycargoebuild 0.7
|
||||
@@ -65,6 +65,7 @@ src_configure() {
|
||||
# Should be able to drop this once we have a 'gentoo' profile
|
||||
sed -i 's/strip = true/strip = false/' Cargo.toml || die
|
||||
|
||||
export ZSTD_SYS_USE_PKG_CONFIG=1
|
||||
myfeatures=(
|
||||
native-zlib
|
||||
$(usev azure)
|
||||
|
||||
Reference in New Issue
Block a user