dev-db/redis: export CXX too

Closes: https://bugs.gentoo.org/976696
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-06-04 00:20:39 +01:00
parent 7010bef9c2
commit dfcf2f87ce
3 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ src_configure() {
}
src_compile() {
tc-export AR CC RANLIB
tc-export AR CC CXX RANLIB
local myconf=(
AR="${AR}"

View File

@@ -99,7 +99,7 @@ src_configure() {
}
src_compile() {
tc-export AR CC RANLIB
tc-export AR CC CXX RANLIB
local myconf=(
AR="${AR}"

View File

@@ -99,7 +99,7 @@ src_configure() {
}
src_compile() {
tc-export AR CC RANLIB
tc-export AR CC CXX RANLIB
local myconf=(
AR="${AR}"