Skip to content
Snippets Groups Projects
Select Git revision
  • f4208f2a2b758818b1a1b4248d4d5a26d859fc4e
  • v2018.2.x default
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
42 results

0021-Support-LibreSSL-as-provider-of-openssl.patch

Blame
  • Forked from firmware / FFS Gluon
    3807 commits behind the upstream repository.
    user avatar
    Matthias Schiffer authored
    Fixes #709
    f4208f2a
    History
    0021-Support-LibreSSL-as-provider-of-openssl.patch 974 B
    From: Matthias Schiffer <mschiffer@universe-factory.net>
    Date: Wed, 30 Mar 2016 02:59:19 +0200
    Subject: Support LibreSSL as provider of openssl
    
    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: Marek Behun <kabel@blackhole.sk>
    
    Backport of r48267
    
    diff --git a/include/prereq-build.mk b/include/prereq-build.mk
    index 32c4ada..f36d57c 100644
    --- a/include/prereq-build.mk
    +++ b/include/prereq-build.mk
    @@ -151,7 +151,7 @@ $(eval $(call SetupHostCommand,file,Please install the 'file' package, \
     	file --version 2>&1 | grep file))
     
     $(eval $(call SetupHostCommand,openssl,Please install the 'openssl' utility, \
    -	openssl version | grep OpenSSL))
    +	openssl version | grep '\(OpenSSL\|LibreSSL\)'))
     
     
     # Install ldconfig stub