From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Re: Claws Mail LDAP support Date: Thu, 21 Mar 2019 16:38:10 +0100 Message-ID: <20190321163810.6f9438d3@gfi063209.klientdrift.uib.no> References: <20190321094922.4f347a76@gfi063209.klientdrift.uib.no> <8736ng8tvy.fsf@elephly.net> <871s30s4gd.fsf@roquette.mug.biscuolo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:54927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6zlv-0003r9-Gh for help-guix@gnu.org; Thu, 21 Mar 2019 11:38:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6zlu-00075M-BX for help-guix@gnu.org; Thu, 21 Mar 2019 11:38:23 -0400 Received: from alfons.uib.no ([2001:700:200:30::141]:45115) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h6zlt-0006sv-Bu for help-guix@gnu.org; Thu, 21 Mar 2019 11:38:22 -0400 In-Reply-To: <871s30s4gd.fsf@roquette.mug.biscuolo.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Giovanni Biscuolo Cc: Help Guix Giovanni et al.=E2=80=94 On 21 Mar 15:10 Giovanni Biscuolo wrote: > the Claws INSTALL file [1] states: >=20 > --8<---------------cut here---------------start------------->8--- > Options for configure script > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > For list of available options, refer to "./configure --help". >=20 > Most options are automatically enabled if the dependencies > are matched. > --8<---------------cut here---------------end--------------->8--- >=20 > maybe "most" means "--enable-ldap" should be added to #:configure-flags >=20 > can you try this, Marco? Yes, I added it and then ran guix package --install-from-file=3Dclaws-mail.scm But that does not do anything. Should I not expect Guix to rebuild the package when the #:configure-flags is changed compared to the already installed package? Here is the full content of claws-mail.scm: http://paste.debian.net/1074097/ =E2=80=94Marco