Re: [PATCH 2/5] gnu: Build lua-5.2 with dynamic library support.

2015-12-13 Thread Leo Famulari
On Sun, Nov 08, 2015 at 10:08:23PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/lua.scm (lua-5.2)[arguments]: Rewrite make-flags so that > > Lua is built with platform-specific instructions for shared library > > loading (dlopen). > > Please move the explanation

Re: [PATCH 2/5] gnu: Build lua-5.2 with dynamic library support.

2015-11-11 Thread Ludovic Courtès
Leo Famulari skribis: > On Sun, Nov 8, 2015, at 16:08, Ludovic Courtès wrote: >> Leo Famulari skribis: [...] >> How can I test whether this works as expected? I tried this, but I’m >> unsure whether it’s supposed to load OpenSSL’s libssl.so directly or >> not: > > There is a Lua library named

Re: [PATCH 2/5] gnu: Build lua-5.2 with dynamic library support.

2015-11-10 Thread Leo Famulari
Forgot to send this to the list... On Sun, Nov 8, 2015, at 16:08, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/lua.scm (lua-5.2)[arguments]: Rewrite make-flags so that > > Lua is built with platform-specific instructions for shared library > > loading (dlopen). > > Pl

Re: [PATCH 2/5] gnu: Build lua-5.2 with dynamic library support.

2015-11-08 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/lua.scm (lua-5.2)[arguments]: Rewrite make-flags so that > Lua is built with platform-specific instructions for shared library > loading (dlopen). Please move the explanations as a comment in the code. > #:phases (alist-replace >

[PATCH 2/5] gnu: Build lua-5.2 with dynamic library support.

2015-11-02 Thread Leo Famulari
* gnu/packages/lua.scm (lua-5.2)[arguments]: Rewrite make-flags so that Lua is built with platform-specific instructions for shared library loading (dlopen). --- gnu/packages/lua.scm | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/lua.scm b/gnu/packages/lu