guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: luajit: don't require ldconfig


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: luajit: don't require ldconfig
Date: Sun, 01 Feb 2015 20:07:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hi again!  :-)

Tomáš Čech <address@hidden> skribis:

> * gnu/packages/lua.scm (luajit)[arguments]: Add "LDCONFIG=true" 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 tests
>         #:phases (alist-delete 'configure %standard-phases)
> -       #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs 
> "out")))))
> +       #:make-flags (list "LDCONFIG=true" (string-append "PREFIX=" 
> (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’.

PS: If you don’t have commit access yet, please let me know what your
    Savannah account is.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]