From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raghav Gururajan" Subject: Re: Linphone Date: Thu, 26 Mar 2020 12:47:40 +0000 Message-ID: <44cf01ee6b496936a0dab02619037673@disroot.org> References: <20200325234858.67b6cf96@scratchpost.org> <7aa517d42c2bd7b527712c73ca5eac58@disroot.org> <20200325232950.59dd1b1e@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47548) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHRvJ-0002dt-P9 for guix-devel@gnu.org; Thu, 26 Mar 2020 08:47:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHRvE-0008Co-Uh for guix-devel@gnu.org; Thu, 26 Mar 2020 08:47:49 -0400 Received: from knopi.disroot.org ([178.21.23.139]:56804) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jHRvE-0008Bi-GR for guix-devel@gnu.org; Thu, 26 Mar 2020 08:47:44 -0400 In-Reply-To: <20200325234858.67b6cf96@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org Hi Danny!=0A=0A> ... and I checked ./cmake/BcToolboxConfig.cmake.in in bc= toolbox and that does look okay.=0A> =0A> But they have a renamer in CMak= eLists.txt and that checks=0A> =0A> set(EXPORT_TARGETS_NAME "bctoolbox")= =0A> =0A> So probably you could specify that one. No idea why it exists a= nd is different=0A> from the original name.=0A=0AI see. How do I specify = that in the package-definition of linnphone-desktop? I tried "-DEXPORT_TA= RGETS_NAME=3Dbctoolbox" as configure-flag, but did not work.=0A=0ARegards= ,=0ARG.