Update buildroot & docker (#25)
* Update docker & buildroot * Fix * fix versions
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SNGREP_VERSION = v1.4.4
|
||||
SNGREP_VERSION = v1.4.5
|
||||
SNGREP_SITE = $(call github,irontec,sngrep,$(SNGREP_VERSION))
|
||||
SNGREP_LICENSE = GPL-3.0+
|
||||
SNGREP_LICENSE_FILES = LICENSE
|
||||
@@ -22,7 +22,8 @@ SNGREP_DEPENDENCIES += openssl
|
||||
SNGREP_CONF_OPTS += --with-openssl --without-gnutls
|
||||
# gnutls support also requires libgcrypt
|
||||
else ifeq ($(BR2_PACKAGE_GNUTLS)$(BR2_PACKAGE_LIBGCRYPT),yy)
|
||||
SNGREP_DEPENDENCIES += gnutls
|
||||
SNGREP_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
|
||||
SNGREP_DEPENDENCIES += gnutls libgcrypt
|
||||
SNGREP_CONF_OPTS += --with-gnutls --without-openssl
|
||||
else
|
||||
SNGREP_CONF_OPTS += --without-gnutls --without-openssl
|
||||
|
||||
Reference in New Issue
Block a user