From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH v2 5/7] gnu: colord: Add libcap input. Date: Tue, 25 Aug 2015 23:40:31 +0200 Message-ID: <87vbc3dp2o.fsf@gnu.org> References: <95cd06d0b1639449fffa2ded823e54d0f26afbb6.1440062095.git.wingo@pobox.com> <343668288df3ea70e22d3aae3f28b63a3eeba95f.1440062095.git.wingo@pobox.com> <87r3mrl8ad.fsf@gnu.org> <87a8tf4ash.fsf@igalia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZULxR-00064E-Te for guix-devel@gnu.org; Tue, 25 Aug 2015 17:40:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZULxN-0000o8-N3 for guix-devel@gnu.org; Tue, 25 Aug 2015 17:40:41 -0400 In-Reply-To: <87a8tf4ash.fsf@igalia.com> (Andy Wingo's message of "Tue, 25 Aug 2015 18:01:34 +0200") 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.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andy Wingo Cc: guix-devel@gnu.org Andy Wingo skribis: > On Tue 25 Aug 2015 17:03, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Andy Wingo skribis: >> >>> * gnu/packages/gnome.scm (colord): Add libcap as an input. I don't kno= w why; >>> I suspect something libtool-related with libelogind.la. >> >> If libelogind.la has a -lcap without -L/...-libcap, then could you add a >> phase there to do that instead? (For example the recipe for hwloc does >> that.) > > Ah sure. Actually re: elogind we can make whatever modifications are > necessary to "upstream", like --with-libcap or whatever. I'll give it a > poke. Cool, thanks! Ludo'.