diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-06-24 19:19:22 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-06-27 17:40:28 +0200 |
commit | 5757c576c81986b58cb553351174c036a3b3d1e4 (patch) | |
tree | 0bc40496676029df9fc4e67a2531aee8a04cfb67 /dev-db/sqlite | |
parent | app-misc/mx5000tools: remove unused patches (diff) | |
download | gentoo-5757c576c81986b58cb553351174c036a3b3d1e4.tar.gz gentoo-5757c576c81986b58cb553351174c036a3b3d1e4.tar.bz2 gentoo-5757c576c81986b58cb553351174c036a3b3d1e4.zip |
dev-db/sqlite: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/files/sqlite-3.45.1-lto.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.45.1-lto.patch b/dev-db/sqlite/files/sqlite-3.45.1-lto.patch deleted file mode 100644 index 3f15d1a29265..000000000000 --- a/dev-db/sqlite/files/sqlite-3.45.1-lto.patch +++ /dev/null @@ -1,20 +0,0 @@ -# Bug: https://bugs.gentoo.org/924300 -# Taken from https://sqlite.org/src/info/803481f25020f3c ---- a/test/fuzzcheck.c -+++ b/test/fuzzcheck.c -@@ -159,12 +159,12 @@ - } g; - - /* - ** Include the external vt02.c and randomjson.c modules. - */ --extern int sqlite3_vt02_init(sqlite3*,char***,void*); --extern int sqlite3_randomjson_init(sqlite3*,char***,void*); -+extern int sqlite3_vt02_init(sqlite3*,char**,const sqlite3_api_routines*); -+extern int sqlite3_randomjson_init(sqlite3*,char**,const sqlite3_api_routines*); - - - /* - ** Print an error message and quit. - */ - |