Mageia Bugzilla – Attachment 7046 Details for
Bug 16814
sqlite3 is built without ICU support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to enable ICU support
sqlite3.spec.patch (text/plain), 967 bytes, created by
Oleg Bosis
on 2015-09-23 21:23:18 CEST
(
hide
)
Description:
Patch to enable ICU support
Filename:
MIME Type:
Creator:
Oleg Bosis
Created:
2015-09-23 21:23:18 CEST
Size:
967 bytes
patch
obsolete
>--- a/sqlite3.spec 2015-05-26 06:58:26.000000000 +0000 >+++ b/sqlite3.spec 2015-09-23 19:06:21.046774143 +0000 >@@ -31,6 +31,7 @@ > BuildRequires: chrpath > BuildRequires: ncurses-devel > BuildRequires: readline-devel >+BuildRequires: icu-devel > %if %{with tcl} > BuildRequires: tcl > BuildRequires: tcl-devel >@@ -157,7 +158,8 @@ > > %build > autoreconf -fi >-export CFLAGS="%optflags -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -Wall -fno-strict-aliasing" >+export CFLAGS="%optflags -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_ICU=1 -Wall -fno-strict-aliasing" >+export LDFLAGS="`icu-config --ldflags`" > %configure2_5x %{!?with_tcl:--disable-tcl} \ > --enable-threadsafe \ > --enable-load-extension \
--- a/sqlite3.spec 2015-05-26 06:58:26.000000000 +0000 +++ b/sqlite3.spec 2015-09-23 19:06:21.046774143 +0000 @@ -31,6 +31,7 @@ BuildRequires: chrpath BuildRequires: ncurses-devel BuildRequires: readline-devel +BuildRequires: icu-devel %if %{with tcl} BuildRequires: tcl BuildRequires: tcl-devel @@ -157,7 +158,8 @@ %build autoreconf -fi -export CFLAGS="%optflags -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -Wall -fno-strict-aliasing" +export CFLAGS="%optflags -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_ICU=1 -Wall -fno-strict-aliasing" +export LDFLAGS="`icu-config --ldflags`" %configure2_5x %{!?with_tcl:--disable-tcl} \ --enable-threadsafe \ --enable-load-extension \
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16814
: 7046