mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
squid: explicitly disable openssl support when BR2_PACKAGE_OPENSSL != y
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
a865c6bd59
commit
057dad9c5f
@@ -60,6 +60,8 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
SQUID_CONF_OPTS += --with-openssl
|
||||
SQUID_DEPENDENCIES += openssl
|
||||
else
|
||||
SQUID_CONF_OPTS += --without-openssl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
|
||||
Reference in New Issue
Block a user