guix-devel
[Top][All Lists]
Advanced

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

Re: gnu: Have lua-5.1 compile a .so


From: Eric Bavier
Subject: Re: gnu: Have lua-5.1 compile a .so
Date: Wed, 10 Sep 2014 18:09:16 -0500
User-agent: mu4e 0.9.9.5; emacs 23.3.1

address@hidden writes:

> --- a/gnu/packages/lua.scm
> +++ b/gnu/packages/lua.scm
> @@ -75,7 +75,9 @@ for configuration, scripting, and rapid prototyping.")
>               (uri (string-append "http://www.lua.org/ftp/lua-";
>                                   version ".tar.gz"))
>               (sha256
> -              (base32 
> "0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16"))))))
> +              (base32 
> "0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16"))
> +             (patches (list (search-patch "lua51-liblua-so.patch")))
> +             (patch-flags '("-p1"))))))

Is the 'patch-flags' really necessary here?  I believe the default is to
use -p1.

-- 
Eric Bavier

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html



reply via email to

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