[OpenWrt-Devel] [PATCH] [build] Support LibreSSL as provider of openssl

2016-01-16 Thread Marek BehĂșn
The build scripts check for openssl by grepping the string "OpenSSL" in the output of openssl version command. LibreSSL fails this test as it outputs something like "LibreSSL 2.2.4". This patch fix the prereq-bulid.mk file so that it accepts LibreSSL as openssl provider as well. Signed-off-by: Mar

Re: [OpenWrt-Devel] [PATCH] [build] Support LibreSSL as provider of openssl

2016-01-16 Thread Felix Fietkau
On 2016-01-17 00:09, Marek Behun wrote: > The build scripts check for openssl by grepping the string "OpenSSL" in > the output of openssl version command. LibreSSL fails this test as it > outputs something like "LibreSSL 2.2.4". This patch fix the > prereq-bulid.mk file so that it accepts LibreSSL

[OpenWrt-Devel] [PATCH] [build] Support LibreSSL as provider of openssl

2016-01-16 Thread Marek Behun
The build scripts check for openssl by grepping the string "OpenSSL" in the output of openssl version command. LibreSSL fails this test as it outputs something like "LibreSSL 2.2.4". This patch fix the prereq-bulid.mk file so that it accepts LibreSSL as openssl provider as well. Signed-off-by: Mar