On Sat, Jul 22, 2017 at 7:32 PM, Benoît Canet <ben...@scylladb.com> wrote:

>
> Maybe a better solution than this patch would be to avoid the mix of host
> openssl and
> internal openssl so this patch would be useless.
>

I agree that modules/openssl should take stuff from the build machine, not
from external/ - which is a dead end (as is clearer every year that passes
and the stuff in external/ becomes ridiculously out of date).

I would welcome such a patch.

However, I don't understand how this is related to this patch, which is
apparently about the version of "luasec"?


>
> Additionally it would make the default build run as it is on fedora 26.
>
> 2017-07-22 12:51 GMT+02:00 Benoît Canet <benoit.canet.cont...@gmail.com>:
>
>> The LuaRock repository is not up to date.
>> Use the github repository.
>>
>> Signed-of-by: Benoît Canet <ben...@scylladb.com>
>> ---
>>  modules/lua/Makefile | 8 ++++++--
>>  1 file changed, 6 insertions(+), 2 deletions(-)
>>
>> diff --git a/modules/lua/Makefile b/modules/lua/Makefile
>> index 64ea4170..c4c80144 100644
>> --- a/modules/lua/Makefile
>> +++ b/modules/lua/Makefile
>> @@ -121,9 +121,13 @@ LuaSec: $(CDIR)/ssl.lua
>>  $(CDIR)/ssl.lua: $(LUA_ROCKS_BIN)
>>  # Workaround because LuaRocks ignores /lib64
>>  ifneq ("$(wildcard /usr/lib64/libssl.so*)", "")
>> -       out/bin/luarocks install LuaSec 0.5 OPENSSL_LIBDIR=/usr/lib64
>> +       rm -rf luasec
>> +       git clone https://github.com/brunoos/luasec.git
>> +       cd luasec && ../out/bin/luarocks make luasec-0.6-1.rockspec
>> OPENSSL_LIBDIR=/usr/lib64
>>  else
>> -       out/bin/luarocks install LuaSec 0.5
>> +       rm -rf luasec
>> +       git clone https://github.com/brunoos/luasec.git
>> +       cd luasec && ../out/bin/luarocks make luasec-0.6-1.rockspec
>>  endif
>>
>>  ##
>> --
>> 2.13.3
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "OSv Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to osv-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to