summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2013-02-23 16:24:44 (GMT)
committerPetri Lehtinen <petri@digip.org>2013-02-23 16:24:44 (GMT)
commitd784e53d9683b26822cc08b02a4bc6cb5a482e66 (patch)
tree2d33f07be270d25ddc00b8dc4611a9d76041ab81 /Misc
parent4eb9f5000e0ee147b15fd6d1b0db3237ad3638f3 (diff)
parentd2132144a475bad3676f80d55098b0daba6110f4 (diff)
downloadcpython-d784e53d9683b26822cc08b02a4bc6cb5a482e66.zip
cpython-d784e53d9683b26822cc08b02a4bc6cb5a482e66.tar.gz
cpython-d784e53d9683b26822cc08b02a4bc6cb5a482e66.tar.bz2
Issue #5033: Fix building of the sqlite3 extension module
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 9d557a6..bb037ed 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -917,6 +917,7 @@ Samuele Pedroni
Justin Peel
Marcel van der Peijl
Berker Peksag
+Andreas Pelme
Steven Pemberton
Bo Peng
Santiago Peresón
diff --git a/Misc/NEWS b/Misc/NEWS
index 07c86db..a2777ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -945,6 +945,9 @@ Tests
Build
-----
+- Issue #5033: Fix building of the sqlite3 extension module when the
+ SQLite library version has "beta" in it. Patch by Andreas Pelme.
+
- Issue #17228: Fix building without pymalloc.
- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.