Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 803356 Details for
Bug 851741
dev-python/apsw-3.38.5_p1: Breaks app-text/calibre-5.43.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
apsw-3.39.2.1-enable-more-extensions.patch
file_851741.txt (text/plain), 1.10 KB, created by
Sam James
on 2022-09-06 05:34:38 UTC
(
hide
)
Description:
apsw-3.39.2.1-enable-more-extensions.patch
Filename:
MIME Type:
Creator:
Sam James
Created:
2022-09-06 05:34:38 UTC
Size:
1.10 KB
patch
obsolete
>$ git diff >diff --git a/dev-python/apsw/apsw-3.39.2.1.ebuild b/dev-python/apsw/apsw-3.39.2.1.ebuild >index 05e81a686821..8ac05a0931c0 100644 >--- a/dev-python/apsw/apsw-3.39.2.1.ebuild >+++ b/dev-python/apsw/apsw-3.39.2.1.ebuild >@@ -31,9 +31,41 @@ RDEPEND=" > " > > python_compile() { >- # Needed for e.g. bug #851741 >- # Enable column-metadata to match dev-db/sqlite >- distutils-r1_python_compile --enable=load_extension --enable=column_metadata >+ local sqlite_extensions=( >+ # bug #851741 >+ load_extension >+ >+ # We need to match dev-db/sqlite >+ api_armor >+ bytecode_vtab >+ column_metadata >+ dbpage_vtab >+ dbstat_vtab >+ enable_deserialize >+ explain_comments >+ fts3 >+ fts3_parenthesis >+ fts4 >+ hidden_columns >+ memsys5 >+ enable_normalize >+ offset_sql_func >+ preupdate_hook >+ rbu >+ rtree >+ geopoly >+ enable_session >+ stmt_scanstatus >+ enable_stmtvtab >+ unknown_sql_function >+ unlock_notify >+ update_delete_limit >+ enable_soundex >+ use_uri >+ icu >+ ) >+ >+ distutils-r1_python_compile --enable=$(IFS=','; echo "${sqlite_extensions[*]}") > } > > python_test() {
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 851741
:
786389
|
793238
|
793241
| 803356