From: Bernd Kuhls Date: Mon, 2 Apr 2018 11:58:28 +0000 (+0200) Subject: package/opusfile: add support for libressl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5c72c86baff42c869f6b0c264e01d53a80c10d8;p=buildroot.git package/opusfile: add support for libressl Opusfile builds fine with current libressl 2.7.2. Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/opusfile/opusfile.mk b/package/opusfile/opusfile.mk index 28d4368e85..186288ddff 100644 --- a/package/opusfile/opusfile.mk +++ b/package/opusfile/opusfile.mk @@ -11,8 +11,8 @@ OPUSFILE_LICENSE = BSD-3-Clause OPUSFILE_LICENSE_FILES = COPYING OPUSFILE_INSTALL_STAGING = YES -ifeq ($(BR2_PACKAGE_LIBOPENSSL),y) -OPUSFILE_DEPENDENCIES += libopenssl +ifeq ($(BR2_PACKAGE_OPENSSL),y) +OPUSFILE_DEPENDENCIES += openssl else OPUSFILE_CONF_OPTS += --disable-http endif