Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276463 - dev-perl/DBD-SQLite - Add USE flag for enabling ICU extension
Summary: dev-perl/DBD-SQLite - Add USE flag for enabling ICU extension
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-04 13:21 UTC by Denis Sokolovsky
Modified: 2012-04-05 13:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Sokolovsky 2009-07-04 13:21:27 UTC
DBD::SQLite can be built with ICU extension module. This enables "icu_load_collation" function and usage of collation thru ICU library.

For enable this feature an additional dependance on dev-libs/icu must be setted up and following arguments must be passed to "perl Makefile.PL":
  CCFLAGS=-DSQLITE_ENABLE_ICU LDDLFLAGS="-shared -L/usr/local/lib $(icu-config --ldflags)"
Comment 1 Denis Sokolovsky 2009-07-04 13:55:04 UTC
Oh, forgot one thing: ICU extension can be enabled in described way for >=DBD-SQLite-1.24.

But for older releases file "icu.c" from sqlite source tarball can be placed in addition.

I think that enabling this flag for versions >=1.25 is fair enough.