From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: luajit: don't require ldconfig Date: Sun, 01 Feb 2015 20:07:02 +0100 Message-ID: <87zj8xh2nd.fsf@gnu.org> References: <87wq46tzoa.wl%tcech@suse.cz> <1422801817-20547-1-git-send-email-sleep_walker@suse.cz> 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]:47479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHzrW-0007UM-7L for guix-devel@gnu.org; Sun, 01 Feb 2015 14:07:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHzrS-0004Vq-62 for guix-devel@gnu.org; Sun, 01 Feb 2015 14:07:14 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHzrS-0004Vm-36 for guix-devel@gnu.org; Sun, 01 Feb 2015 14:07:10 -0500 In-Reply-To: <1422801817-20547-1-git-send-email-sleep_walker@suse.cz> (=?utf-8?B?IlRvbcOhxaEJxIxlY2giJ3M=?= message of "Sun, 1 Feb 2015 15:43:37 +0100") 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: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= Cc: guix-devel@gnu.org, enlightenment-devel@lists.sourceforge.net Hi again! :-) Tom=C3=A1=C5=A1 =C4=8Cech skribis: > * gnu/packages/lua.scm (luajit)[arguments]: Add "LDCONFIG=3Dtrue" to make > command line [...] > --- a/gnu/packages/lua.scm > +++ b/gnu/packages/lua.scm > @@ -92,7 +92,7 @@ for configuration, scripting, and rapid prototyping.") > (arguments > '(#:tests? #f ;luajit is distributed without t= ests > #:phases (alist-delete 'configure %standard-phases) > - #:make-flags (list (string-append "PREFIX=3D" (assoc-ref %outputs= "out"))))) > + #:make-flags (list "LDCONFIG=3Dtrue" (string-append "PREFIX=3D" (= assoc-ref %outputs "out"))))) > (home-page "http://www.luajit.org/") LGTM, but could you just add a comment above with the explanation you gave? TIA, Ludo=E2=80=99. PS: If you don=E2=80=99t have commit access yet, please let me know what yo= ur Savannah account is.