package/opusfile: add support for libressl
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 2 Apr 2018 11:58:28 +0000 (13:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 2 Apr 2018 16:29:46 +0000 (18:29 +0200)
Opusfile builds fine with current libressl 2.7.2.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/opusfile/opusfile.mk

index 28d4368e85f855d7cc89ed4d8b0419188cf7f2ef..186288ddff0dc45cfe55a53e9332688a5604d64e 100644 (file)
@@ -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