package/opusfile: add support for libressl
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>
This commit is contained in:
parent
46a14966b6
commit
a5c72c86ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user