diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-12 12:01:45 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-12 12:01:45 +0100 |
commit | 6c42256befb30ecaa6433ca2f8bdc0ff5a72b63b (patch) | |
tree | 6a165223c2f554c19dc6c5187d15cac8fd922d82 | |
parent | 00cb5a7688c9cc4cea5beec891117dcc6a159811 (diff) |
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 <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/cups/cups.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |