package/mutt: add zlib optional dependency
zlib is an optional dependency which is enabled by default since version
1.14.1 and
136ae0add5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
dc1ec5b78b
commit
554610803c
@ -61,6 +61,13 @@ else
|
||||
MUTT_CONF_OPTS += --without-sqlite3
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
MUTT_DEPENDENCIES += zlib
|
||||
MUTT_CONF_OPTS += --with-zlib=$(STAGING_DIR)/usr
|
||||
else
|
||||
MUTT_CONF_OPTS += --without-zlib
|
||||
endif
|
||||
|
||||
# Avoid running tests to check for:
|
||||
# - target system is *BSD
|
||||
# - C99 conformance (snprintf, vsnprintf)
|
||||
|
Loading…
Reference in New Issue
Block a user