Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2014 02:21:57 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351512 - head/security/krb5
Message-ID:  <201404180221.s3I2Lvsh086522@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Apr 18 02:21:57 2014
New Revision: 351512
URL: http://svnweb.freebsd.org/changeset/ports/351512
QAT: https://qat.redports.org/buildarchive/r351512/

Log:
  KRB5_HOME no longer works with LIB_DEPENDS. Mark broken when set.

Modified:
  head/security/krb5/Makefile

Modified: head/security/krb5/Makefile
==============================================================================
--- head/security/krb5/Makefile	Fri Apr 18 01:58:04 2014	(r351511)
+++ head/security/krb5/Makefile	Fri Apr 18 02:21:57 2014	(r351512)
@@ -43,6 +43,7 @@ LDAP=			Enable LDAP support
 PREFIX=			${KRB5_HOME}
 CFLAGS+=		-Wl,-rpath=${KRB5_HOME}/lib
 LDFLAGS+=		-Wl,-rpath=${KRB5_HOME}/lib
+BROKEN=			LIB_DEPENDS when using KRB5_HOME is broken
 .endif
 LDFLAGS+=		-L${LOCALBASE}/lib
 CFLAGS+=		-I${LOCALBASE}/include



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