From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/7] gnu: lua: Build with support for dynamic libraries. Date: Mon, 22 Aug 2016 16:05:02 -0400 Message-ID: <20160822200502.GD25668@jasmine> References: <20160822193918.27397-1-rekado@elephly.net> <20160822193918.27397-2-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbvTA-0001xc-Cb for guix-devel@gnu.org; Mon, 22 Aug 2016 16:05:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbvT6-0005kN-6s for guix-devel@gnu.org; Mon, 22 Aug 2016 16:05:15 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:41888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbvT5-0005eo-0m for guix-devel@gnu.org; Mon, 22 Aug 2016 16:05:12 -0400 Content-Disposition: inline In-Reply-To: <20160822193918.27397-2-rekado@elephly.net> 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" To: Ricardo Wurmus Cc: guix-devel@gnu.org On Mon, Aug 22, 2016 at 09:39:12PM +0200, Ricardo Wurmus wrote: > * gnu/packages/lua.scm (lua)[arguments]: Use regular build phase and add > make-flags. LGTM. I tried to make this change early in my involvement with Guix, but my knowledge of the subject and ability to communicate the problem were too limited.