diff options
author | 2025-01-29 18:20:25 +0100 | |
---|---|---|
committer | 2025-01-29 18:22:41 +0100 | |
commit | 82d95f166823c2cab46f940d200791422394b88f (patch) | |
tree | 8dcf857bb9de0cefedd5b91d5219936e1c26aa9b /dev-db | |
parent | dev-libs/ivykis: Stabilize 0.43.2 hppa, #948621 (diff) | |
download | gentoo-82d95f166823c2cab46f940d200791422394b88f.tar.gz gentoo-82d95f166823c2cab46f940d200791422394b88f.tar.bz2 gentoo-82d95f166823c2cab46f940d200791422394b88f.zip |
dev-db/sqlite: Update configure option for icu
Upstream added a configure option for enabling icu support, update and
use this in the ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/sqlite-3.48.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-3.48.0-r1.ebuild b/dev-db/sqlite/sqlite-3.48.0-r1.ebuild index ffb79ecc5f1d..ac6bad3b1a87 100644 --- a/dev-db/sqlite/sqlite-3.48.0-r1.ebuild +++ b/dev-db/sqlite/sqlite-3.48.0-r1.ebuild @@ -281,8 +281,7 @@ multilib_src_configure() { if use icu; then # Support ICU extension. # https://sqlite.org/compile.html#enable_icu - append-cppflags -DSQLITE_ENABLE_ICU - sed -e "s/^TLIBS = @LIBS@/& -licui18n -licuuc/" -i Makefile.in || die "sed failed" + options+=( --with-icu-config) fi options+=( |