diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2005-04-19 12:38:05 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2005-04-19 12:38:05 +0000 |
commit | f87f31c5c6c40b45b530cc98b3d5221ec197397e (patch) | |
tree | d9a57c9747ed7bea6183165023ac474a3b8d739f /print/cups | |
parent | b45b4f74d83b9713b5bf9d9f129df52c86d8b7f2 (diff) |
Just using --enable-gnutls doesn't seem to be sufficient for cups-base
to choose it in favour of the base openssl.
This kills cups-printing from inside firefox/mozilla.
Adding --disable-openssl seems to solve this.
Testet by: Stijn Hoop <stijn win.tue.nl>
Notes
Notes:
svn path=/head/; revision=133660
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index 78374a23ccc5..52797a228bb8 100644 --- a/print/cups/Makefile.common +++ b/print/cups/Makefile.common @@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --localstatedir=/var \ --with-rcdir=${CUPS_RCDIR} .if !defined(WITHOUT_GNUTLS) -CONFIGURE_ARGS+= --enable-gnutls +CONFIGURE_ARGS+= --enable-gnutls --disable-openssl LIB_DEPENDS+= gnutls-openssl.12:${PORTSDIR}/security/gnutls .endif |