lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, 2011-07-04 at 03:07 +0400, Andrei Lapshin wrote:

> First, I did as you said and used BUILDMODE=mixed. But then I read 
> Fedora Guidelines: 
> http://fedoraproject.org/wiki/Packaging:Guidelines#Staticly_Linking_Executables 
> and decide to clarify this moment. Maybe I should ask Fedora devs about 
> this too.
> 
> Anyway, thanks a lot for quick answer.
> 

I read those requirements as being about statically linking to something
*outside the package you are building*. If there are security issues and
the luajit library needs to be rebuilt, the executable will be too, so
there is no external security dependency.

Justin