From 6c42256befb30ecaa6433ca2f8bdc0ff5a72b63b Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 12 Mar 2010 12:01:45 +0100 Subject: [PATCH] cups: explicitly disable ssl explicitly disable ssl. If not if openssl is build first configure will enable it resulting in a cross compile badness ultimate solution is add a depends on openssl and fix the badness, but time does not permit this at the moment Signed-off-by: Frans Meulenbroeks --- recipes/cups/cups.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/cups/cups.inc b/recipes/cups/cups.inc index db4475cd5c..36e76c34fd 100644 --- a/recipes/cups/cups.inc +++ b/recipes/cups/cups.inc @@ -16,6 +16,7 @@ EXTRA_OECONF = " \ --enable-browsing \ --disable-openssl \ --disable-tiff \ + --disable-ssl \ --without-php \ --without-perl \ --without-python \ -- 2.39.5