aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cups
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-03-12 12:01:45 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-03-12 12:01:45 +0100
commit6c42256befb30ecaa6433ca2f8bdc0ff5a72b63b (patch)
tree6a165223c2f554c19dc6c5187d15cac8fd922d82 /recipes/cups
parent00cb5a7688c9cc4cea5beec891117dcc6a159811 (diff)
downloadopenembedded-6c42256befb30ecaa6433ca2f8bdc0ff5a72b63b.tar.gz
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>
Diffstat (limited to 'recipes/cups')
-rw-r--r--recipes/cups/cups.inc1
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 \