]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
squid: explicitly disable openssl support when BR2_PACKAGE_OPENSSL != y
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Mon, 6 Jul 2015 15:53:35 +0000 (17:53 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 6 Jul 2015 15:57:37 +0000 (17:57 +0200)
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/squid/squid.mk

index 80235a4cecd34b2c88de3a706135660cd1179765..e201673730b9fe7ed66885591eb4c4e7714aec04 100644 (file)
@@ -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)