From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:53155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4UgC-0001fs-I5 for guix-patches@gnu.org; Thu, 14 Mar 2019 14:02:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4Ug8-0006cM-IW for guix-patches@gnu.org; Thu, 14 Mar 2019 14:02:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58709) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h4Ug8-0006bQ-7x for guix-patches@gnu.org; Thu, 14 Mar 2019 14:02:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h4Ug7-0005To-W1 for guix-patches@gnu.org; Thu, 14 Mar 2019 14:02:04 -0400 Subject: [bug#34044] Packaging Jami (ex GNU Ring) Resent-Message-ID: References: <87h8efvx6e.fsf@ambrevar.xyz> <871s3a6cq6.fsf@elephly.net> <87a7hyty0x.fsf@ambrevar.xyz> <87sgvq4ngh.fsf@elephly.net> <877ed1uadt.fsf@ambrevar.xyz> <87va0lseec.fsf@ambrevar.xyz> <87tvg5se8q.fsf@ambrevar.xyz> <87d0mt2wq3.fsf@elephly.net> <87pnqts6ei.fsf@ambrevar.xyz> From: Ricardo Wurmus In-reply-to: <87pnqts6ei.fsf@ambrevar.xyz> Date: Thu, 14 Mar 2019 19:01:43 +0100 Message-ID: <877ed12v3s.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: 34044@debbugs.gnu.org Pierre Neidhardt writes: > LD_LIBRARY_PATH: Hmm, do you mean we could put sqlite-with-column-metadata > before sqlite so that it takes precedence? > > What do you mean with abusing grafts? I mean: rewriting references to sqlite (so that they are replaced with references to sqlite-with-column-metadata) in the Pythons under the assumption that the ABI is the same. -- Ricardo