package/opensc: add zlib optional dependency
zlib is an optional dependency dependency (enabled by default) since the addition of the package in commit8aaa7ecbce
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be> (cherry picked from commit05f5e5b6f8
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
58ba95b064
commit
4d266550af
@ -20,4 +20,11 @@ else
|
||||
OPENSC_CONF_OPTS += --disable-openssl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
OPENSC_DEPENDENCIES += zlib
|
||||
OPENSC_CONF_OPTS += --enable-zlib
|
||||
else
|
||||
OPENSC_CONF_OPTS += --disable-zlib
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user