All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] opusfile: supports only the real OpenSSL, not LibreSSL
@ 2017-10-21 19:28 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2017-10-21 19:28 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=dbc97c0e46559afa69982e22f7c578e5009e7147
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/opusfile/opusfile.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/opusfile/opusfile.mk b/package/opusfile/opusfile.mk
index 186288d..28d4368 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_OPENSSL),y)
-OPUSFILE_DEPENDENCIES += openssl
+ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
+OPUSFILE_DEPENDENCIES += libopenssl
 else
 OPUSFILE_CONF_OPTS += --disable-http
 endif

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-21 19:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-21 19:28 [Buildroot] [git commit] opusfile: supports only the real OpenSSL, not LibreSSL Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.