Re: [PATCH 3/5] gnu: Build lua-5.2 with a dynamic library

2015-11-10 Thread Leo Famulari
Forgot to send this one to the list... To: Ludovic Courtès Subject: Re: [PATCH 3/5] gnu: Build lua-5.2 with a dynamic library Date: Mon, 09 Nov 2015 18:46:39 -0500 > This is not optimal though because: > > 1. We’re still providing liblua.a, but that archives actually contains >

Re: [PATCH 3/5] gnu: Build lua-5.2 with a dynamic library

2015-11-08 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/patches/lua52-liblua-so.patch: New file. > * gnu/packages/lua.scm (lua-5.2): Use lua52-liblua-so.patch. Applied, thanks. This is not optimal though because: 1. We’re still providing liblua.a, but that archives actually contains PIC code. 2. The

[PATCH 3/5] gnu: Build lua-5.2 with a dynamic library

2015-11-02 Thread Leo Famulari
* gnu/packages/patches/lua52-liblua-so.patch: New file. * gnu/packages/lua.scm (lua-5.2): Use lua52-liblua-so.patch. --- gnu/packages/lua.scm | 3 +- gnu/packages/patches/lua52-liblua-so.patch | 78 ++ 2 files changed, 80 insertions(+), 1 deletion