all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Bavier <ericbavier@gmail.com>
To: lemonnierk@ulrar.net
Cc: guix-devel@gnu.org
Subject: Re: gnu: Have lua-5.1 compile a .so
Date: Wed, 10 Sep 2014 18:09:16 -0500	[thread overview]
Message-ID: <87y4tr13ab.fsf@gmail.com> (raw)
In-Reply-To: <20140910223135.GF31169@luwin.ulrar.net>


lemonnierk@ulrar.net 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

  parent reply	other threads:[~2014-09-10 23:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-10 22:31 gnu: Have lua-5.1 compile a .so lemonnierk
2014-09-10 22:42 ` Cyril Roelandt
2014-09-10 23:09 ` Eric Bavier [this message]
2014-09-11  8:02 ` Ludovic Courtès
2014-09-11  8:12   ` lemonnierk
2014-09-11 10:02     ` Ludovic Courtès
2014-09-11 10:12       ` lemonnierk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y4tr13ab.fsf@gmail.com \
    --to=ericbavier@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=lemonnierk@ulrar.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.