dev-python/apsw: Reenable load_extension, again

Closes: https://bugs.gentoo.org/851741
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-09-24 21:36:27 +02:00
parent f9e9f39f84
commit cb01a1c377

View File

@@ -39,6 +39,7 @@ PATCHES=(
src_configure() {
cat >> setup.cfg <<-EOF || die
[build_ext]
enable=load_extension
use_system_sqlite_config=True
EOF
}