diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-04-02 13:58:28 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-02 18:29:46 +0200 |
commit | a5c72c86baff42c869f6b0c264e01d53a80c10d8 (patch) | |
tree | 0677304316da169d53e629cd703d88733076b04c | |
parent | 46a14966b65a1de7538b350ce22163dc0eca16c2 (diff) | |
download | buildroot-a5c72c86baff42c869f6b0c264e01d53a80c10d8.tar.gz buildroot-a5c72c86baff42c869f6b0c264e01d53a80c10d8.zip |
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>
-rw-r--r-- | package/opusfile/opusfile.mk | 4 |
1 files 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 |