From b2d68913d37a3451e4a2527c645a1f7495f3ad19 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 10 Jul 2021 00:39:57 +0100 Subject: [PATCH] Ports: Build Python with sqlite This makes the _sqlite3 module work :^) --- Ports/python3/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/python3/package.sh b/Ports/python3/package.sh index ba310968fb..1569d7aaf0 100755 --- a/Ports/python3/package.sh +++ b/Ports/python3/package.sh @@ -14,7 +14,7 @@ auth_opts="Python-${version}.tar.xz.asc Python-${version}.tar.xz" # We could also add `ncurses`/`termcap` and `openssl` here, but neither of the _curses nor _ssl # modules build at the moment even with those available, so it's pointless. -depends="bzip2 libffi readline zlib" +depends="bzip2 libffi readline sqlite zlib" # FIXME: --enable-optimizations results in lots of __gcov_* linker errors configopts="--disable-ipv6 --without-ensurepip ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no"