You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
17 lines
619 B
Diff
17 lines
619 B
Diff
|
|
https://trac.macports.org/ticket/49317
|
||
|
|
|
||
|
|
Upstream-Status: Inappropriate [enable feature]
|
||
|
|
|
||
|
|
Index: setup.py
|
||
|
|
===================================================================
|
||
|
|
--- setup.py.orig
|
||
|
|
+++ setup.py
|
||
|
|
@@ -1158,7 +1158,6 @@ class PyBuildExt(build_ext):
|
||
|
|
sqlite_defines.append(('MODULE_NAME', '\\"sqlite3\\"'))
|
||
|
|
|
||
|
|
# Comment this out if you want the sqlite3 module to be able to load extensions.
|
||
|
|
- sqlite_defines.append(("SQLITE_OMIT_LOAD_EXTENSION", "1"))
|
||
|
|
|
||
|
|
if host_platform == 'darwin':
|
||
|
|
# In every directory on the search path search for a dynamic
|