summaryrefslogtreecommitdiff
path: root/dev-db/sqlite
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2025-02-16 20:30:07 +0100
committerLuca Barbato <lu_zero@gentoo.org>2025-02-16 20:45:42 +0100
commit792d9b35c36dbb8ab61ef7765ed5c39dd920a9f1 (patch)
tree2c44cc0d6d0ecf2fc2938c40e9a6d07cdda11803 /dev-db/sqlite
parent5b927a8520eb5a2266553ee383f02fa90a29a040 (diff)
downloadgentoo-792d9b35c36dbb8ab61ef7765ed5c39dd920a9f1.tar.gz
gentoo-792d9b35c36dbb8ab61ef7765ed5c39dd920a9f1.tar.bz2
gentoo-792d9b35c36dbb8ab61ef7765ed5c39dd920a9f1.zip
dev-db/sqlite: Unbreak cross-compilation
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r--dev-db/sqlite/sqlite-3.49.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-3.49.0.ebuild b/dev-db/sqlite/sqlite-3.49.0.ebuild
index 04ed199f3b1b..12a1086d079a 100644
--- a/dev-db/sqlite/sqlite-3.49.0.ebuild
+++ b/dev-db/sqlite/sqlite-3.49.0.ebuild
@@ -326,9 +326,9 @@ multilib_src_configure() {
options+=( --soname=legacy )
# https://sqlite.org/forum/forumpost/4f4d06a9f6683bb9
- tc-export CC
+ tc-export_build_env BUILD_CC
- CC_FOR_BUILD=${CC} econf "${options[@]}"
+ CC_FOR_BUILD=${BUILD_CC} econf "${options[@]}"
}
multilib_src_compile() {