Re: [PATCH 2/2] setup: Make Fedora26 take the compat openssl header

2017-07-24 Thread Nadav Har'El
Thanks. I committed this. A note to users who upgrade from Fedora 25 to 26 and might not run setup.py: you'll need to uninstall the openssl-devel package, and install the compat-openssl10-devel. The command yum install --allowerasing compat-openssl10-devel Note that in any case, in Fedora 26

[PATCH 2/2] setup: Make Fedora26 take the compat openssl header

2017-07-24 Thread Benoît Canet
Using the default openssl-devel package would break lua sec and start a dependency mess. Use the compatibility header package so the build and run will work just fine. Signed-off-by: Benoît Canet --- scripts/setup.py | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff