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

2014-09-11 Thread lemonnierk
d63846b45be5f93d794a9e092 Mon Sep 17 00:00:00 2001 > > From: Kevin Lemonnier > > Date: Thu, 11 Sep 2014 03:12:39 +0200 > > Subject: [PATCH] gnu: Have lua-5.1 compile a .so > > > > * gnu/packages/patches/lua51-liblua-so.patch: New file > > * gnu/packages/lua.scm:

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

2014-09-11 Thread Ludovic Courtès
so-files Heh, Libtool to the rescue! ;-) > From 81f659884cf02d0d63846b45be5f93d794a9e092 Mon Sep 17 00:00:00 2001 > From: Kevin Lemonnier > Date: Thu, 11 Sep 2014 03:12:39 +0200 > Subject: [PATCH] gnu: Have lua-5.1 compile a .so > > * gnu/packages/patches/lua51-liblua-so.patch

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

2014-09-11 Thread lemonnierk
ind of way of getting that .so. Here is the patch : From 81f659884cf02d0d63846b45be5f93d794a9e092 Mon Sep 17 00:00:00 2001 From: Kevin Lemonnier Date: Thu, 11 Sep 2014 03:12:39 +0200 Subject: [PATCH] gnu: Have lua-5.1 compile a .so * gnu/packages/patches/lua51-liblua-so.patch: New file * gn

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

2014-09-11 Thread Ludovic Courtès
Hello! lemonni...@ulrar.net skribis: > While working on getting weechat to build with the lua plugin enabled, > I noticed the lua package doesn't produce a liblua.so file. So here is > a patch to make it do so. It's basically the same patch as in ArchLinux, > with a few differences like actually

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

2014-09-10 Thread Cyril Roelandt
Forwarding to the list as this is obviously not meant to be private :) Forwarded Message Subject: Re: gnu: Have lua-5.1 compile a .so Date: Thu, 11 Sep 2014 01:15:15 +0200 From: lemonni...@ulrar.net To: Cyril Roelandt That's true, thought about doing that at one point,

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

2014-09-10 Thread Eric Bavier
lemonni...@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")) >

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

2014-09-10 Thread Cyril Roelandt
On 09/11/2014 12:31 AM, lemonni...@ulrar.net wrote: > Hi, > Hi, > While working on getting weechat to build with the lua plugin enabled, > I noticed the lua package doesn't produce a liblua.so file. So here is > a patch to make it do so. It's basically the same patch as in ArchLinux, > with a fe

gnu: Have lua-5.1 compile a .so

2014-09-10 Thread lemonnierk
ile. From 85a422fb581650542644b711b180bc95a47c990d Mon Sep 17 00:00:00 2001 From: Kevin Lemonnier Date: Thu, 11 Sep 2014 02:22:10 +0200 Subject: [PATCH] gnu: Have lua-5.1 compile a .so * gnu/packages/patches/lua51-liblua-so.patch: New file * gnu/packages/lua.scm: Use of lua51-liblua-so.patch in lua-5.