[Buildroot] [git commit] package/opusfile: add support for libressl

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Apr 2 16:29:46 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=a5c72c86baff42c869f6b0c264e01d53a80c10d8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Opusfile builds fine with current libressl 2.7.2.

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/opusfile/opusfile.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


More information about the buildroot mailing list