Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -3,8 +3,9 @@ config BR2_PACKAGE_LIBSHOUT
|
||||
select BR2_PACKAGE_LIBOGG
|
||||
select BR2_PACKAGE_LIBVORBIS
|
||||
help
|
||||
Libshout is a library for communicating with and sending data to an
|
||||
icecast server. It handles the socket connection, the timing of the
|
||||
data, and prevents bad data from getting to the icecast server.
|
||||
Libshout is a library for communicating with and sending data
|
||||
to an icecast server. It handles the socket connection, the
|
||||
timing of the data, and prevents bad data from getting to the
|
||||
icecast server.
|
||||
|
||||
http://icecast.org/download/
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
LIBSHOUT_VERSION = 2.4.1
|
||||
LIBSHOUT_SITE = http://downloads.xiph.org/releases/libshout
|
||||
LIBSHOUT_LICENSE = LGPLv2+
|
||||
LIBSHOUT_LICENSE = LGPL-2.0+
|
||||
LIBSHOUT_LICENSE_FILES = COPYING
|
||||
LIBSHOUT_INSTALL_STAGING = YES
|
||||
LIBSHOUT_DEPENDENCIES = host-pkgconf libogg libvorbis
|
||||
@@ -31,6 +31,9 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
LIBSHOUT_CONF_OPTS += --with-openssl
|
||||
LIBSHOUT_DEPENDENCIES += openssl
|
||||
else ifeq ($(BR2_PACKAGE_LIBRESSL),y)
|
||||
LIBSHOUT_CONF_OPTS += --with-openssl=$(STAGING_DIR)/lib
|
||||
LIBSHOUT_DEPENDENCIES += libressl
|
||||
else
|
||||
LIBSHOUT_CONF_OPTS += --without-openssl
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user