Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] squid: explicitly disable openssl support when BR2_PACKAGE_OPENSSL != y
@ 2015-07-06 15:53 Vicente Olivert Riera
  2015-07-06 15:57 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2015-07-06 15:53 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/squid/squid.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/squid/squid.mk b/package/squid/squid.mk
index 80235a4..e201673 100644
--- a/package/squid/squid.mk
+++ b/package/squid/squid.mk
@@ -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)
-- 
2.3.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-06 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-06 15:53 [Buildroot] [PATCH] squid: explicitly disable openssl support when BR2_PACKAGE_OPENSSL != y Vicente Olivert Riera
2015-07-06 15:57 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox