minor upstream fix. also removes RPATH, fixes #14368. please signoff. -Andy Version 3.6.14.1 is a branch of version 3.6.14 with patches applied to fix three bugs. See http://www.sqlite.org/releaselog/3_6_14_1.html fpr details. The changes are minimal and users who are not bothered by any of the three bugs do not need not upgrade. Under normal circumstances, we would have let these three fixes accumulate in the SQLite source tree until the next regular release in June. But an SQLite Consortium member requested expedited resolution of the bugs and so we are making these fixes available in this unscheduled version 3.6.14.1 release. Changes associated with this release include the following: * Fix a bug in group_concat(), ticket #3841 * Fix a performance bug in the pager cache, ticket #3844 * Fix a bug in the sqlite3_backup implementation that can lead to a corrupt backup database. Ticket #3858.