diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/c-icap/c-icap.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/c-icap/c-icap.mk b/package/c-icap/c-icap.mk index 82b257406d..e57ecd0ae0 100644 --- a/package/c-icap/c-icap.mk +++ b/package/c-icap/c-icap.mk @@ -54,6 +54,13 @@ else C_ICAP_CONF_OPTS += --without-ldap endif +ifeq ($(BR2_PACKAGE_OPENSSL),y) +C_ICAP_CONF_OPTS += --with-openssl +C_ICAP_DEPENDENCIES += openssl +else +C_ICAP_CONF_OPTS += --without-openssl +endif + ifeq ($(BR2_PACKAGE_PCRE),y) C_ICAP_CONF_OPTS += --with-pcre C_ICAP_DEPENDENCIES += pcre |