From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54218) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqe8B-0004WW-5f for guix-patches@gnu.org; Thu, 25 Jul 2019 09:50:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqe8A-0001Qi-9x for guix-patches@gnu.org; Thu, 25 Jul 2019 09:50:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58034) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqe8A-0001Qc-5Q for guix-patches@gnu.org; Thu, 25 Jul 2019 09:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqe8A-0004gY-2Y for guix-patches@gnu.org; Thu, 25 Jul 2019 09:50:02 -0400 Subject: [bug#36477] [PATCH 21/31] gnu: mit-krb5: Fix cross-compilation. Resent-Message-ID: References: <20190708095913.3460-1-m.othacehe@gmail.com> <20190708095913.3460-22-m.othacehe@gmail.com> <87tvbwo0mp.fsf@devup.no> From: Mathieu Othacehe In-reply-to: <87tvbwo0mp.fsf@devup.no> Date: Thu, 25 Jul 2019 15:48:56 +0200 Message-ID: <87lfwmi5rr.fsf@gmail.com> 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: Marius Bakke Cc: 36477@debbugs.gnu.org > Have you checked whether these (strange!) configure flags are needed > with the newer version on 'core-updates'? Yup still needed! > I have a slight preference for not passing #:make-flags etc at all in > the normal context. E.g. > > ,@(if (%current-target-system) > `(#:configure-flags ...) > '()) > > ...but no strong opinion. Ok I'll patch it. Mathieu