Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2013 00:57:48 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312085 - head/editors/libreoffice
Message-ID:  <201302120057.r1C0vmJw015480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue Feb 12 00:57:47 2013
New Revision: 312085
URL: http://svnweb.freebsd.org/changeset/ports/312085

Log:
  Disable Kerberos and GSSAPI when PostgreSQL-SDBC is disabled.
  
  PR:	ports/176037

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Mon Feb 11 23:53:16 2013	(r312084)
+++ head/editors/libreoffice/Makefile	Tue Feb 12 00:57:47 2013	(r312085)
@@ -220,7 +220,8 @@ USE_PGSQL=	yes
 WANT_PGSQL_VER=	90+
 CONFIGURE_ARGS+=	--enable-postgresql-sdbc --with-system-postgresql
 .else
-CONFIGURE_ARGS+=	--disable-postgresql-sdbc
+CONFIGURE_ARGS+=	--disable-postgresql-sdbc \
+			--without-gssapi --without-krb5
 .endif
 
 .if ${PORT_OPTIONS:MSYSTRAY}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302120057.r1C0vmJw015480>