Parcourir la source

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 il y a 7 ans
Parent
commit
dbc97c0e46
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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_LICENSE_FILES = COPYING
 OPUSFILE_INSTALL_STAGING = YES
 OPUSFILE_INSTALL_STAGING = YES
 
 
-ifeq ($(BR2_PACKAGE_OPENSSL),y)
-OPUSFILE_DEPENDENCIES += openssl
+ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
+OPUSFILE_DEPENDENCIES += libopenssl
 else
 else
 OPUSFILE_CONF_OPTS += --disable-http
 OPUSFILE_CONF_OPTS += --disable-http
 endif
 endif