Explorar o código

opusfile: supports only the real OpenSSL, not LibreSSL

opusfile will not build with LibreSSL without patches, so let's
support only OpenSSL.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni %!s(int64=7) %!d(string=hai) anos
pai
achega
dbc97c0e46
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package/opusfile/opusfile.mk

+ 2 - 2
package/opusfile/opusfile.mk

@@ -11,8 +11,8 @@ OPUSFILE_LICENSE = BSD-3-Clause
 OPUSFILE_LICENSE_FILES = COPYING
 OPUSFILE_INSTALL_STAGING = YES
 
-ifeq ($(BR2_PACKAGE_OPENSSL),y)
-OPUSFILE_DEPENDENCIES += openssl
+ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
+OPUSFILE_DEPENDENCIES += libopenssl
 else
 OPUSFILE_CONF_OPTS += --disable-http
 endif