In Debian, we have shlibs to handle this.
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Don-t-error-out-when-run-time-libsqlite-is-older-tha.patch
return do_AddRef(gService);
}
+#if 0
// Ensure that we are using the same version of SQLite that we compiled with
// or newer. Our configure check ensures we are using a new enough version
// at compile time.
}
MOZ_CRASH("SQLite Version Error");
}
+#endif
// The first reference to the storage service must be obtained on the
// main thread.