[Buildroot] [git commit] libshout: add optional openssl support

From: Peter Korsgaard <peter@korsgaard.com>
Date: 2016-08-31 22:18:27
Subsystem: the rest · Maintainer: Linus Torvalds

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

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/libshout/libshout.mk | 7 +++++++
 1 file changed, 7 insertions(+)
diff --git a/package/libshout/libshout.mk b/package/libshout/libshout.mk
index 7c07909..bf85595 100644
--- a/package/libshout/libshout.mk
+++ b/package/libshout/libshout.mk
@@ -28,4 +28,11 @@ else
 LIBSHOUT_CONF_OPTS += --disable-speex
 endif
 
+ifeq ($(BR2_PACKAGE_OPENSSL),y)
+LIBSHOUT_CONF_OPTS += --with-openssl
+LIBSHOUT_DEPENDENCIES += openssl
+else
+LIBSHOUT_CONF_OPTS += --without-openssl
+endif
+
 $(eval $(autotools-package))
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help