Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 182907 Details for
Bug 257646
dev-db/sqlite-3.6.10: add spatial USE flag in conjunction with recompiling spatialite
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sqlite patch adding readline / rtree support
sqlite.patch (text/plain), 1.08 KB, created by
kunitoki (Lucio Asnaghi)
on 2009-02-23 15:50:36 UTC
(
hide
)
Description:
sqlite patch adding readline / rtree support
Filename:
MIME Type:
Creator:
kunitoki (Lucio Asnaghi)
Created:
2009-02-23 15:50:36 UTC
Size:
1.08 KB
patch
obsolete
>--- sqlite_old/sqlite-3.6.10.ebuild 2009-01-26 06:35:43.000000000 +0100 >+++ sqlite_new/sqlite-3.6.10.ebuild 2009-02-23 16:03:49.000000000 +0100 >@@ -15,12 +15,13 @@ > > LICENSE="as-is" > SLOT="3" >-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" >-IUSE="debug doc soundex tcl +threadsafe" >+KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" >+IUSE="debug doc +readline rtree soundex tcl +threadsafe" > RESTRICT="!tcl? ( test )" > > RDEPEND="tcl? ( dev-lang/tcl )" > DEPEND="${RDEPEND} >+ readline? ( sys-libs/readline ) > doc? ( app-arch/unzip )" > > pkg_setup() { >@@ -52,11 +53,15 @@ > # not available via configure and requested in bug #143794 > use soundex && append-flags -DSQLITE_SOUNDEX=1 > >+ # not available via configure >+ use rtree && append-flags -DSQLITE_ENABLE_RTREE=1 >+ > econf \ > $(use_enable debug) \ > $(use_enable threadsafe) \ > $(use_enable threadsafe cross-thread-connections) \ >- $(use_enable tcl) >+ $(use_enable tcl) \ >+ $(use_enable readline) > emake all || die "emake all failed" > } > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 257646
:
180945
| 182907