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
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
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
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
>
* 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