aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-05-21 08:26:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-05-21 08:26:43 +0000
commit3ff578725c1bbd19cc5beee1db178689820d53bc (patch)
treecba81b0514732adc18494b9702fc51016e472584
parent728324431ee3efc766a1566f963ac91b4275ceca (diff)
downloadports-3ff578725c1bbd19cc5beee1db178689820d53bc.tar.gz
ports-3ff578725c1bbd19cc5beee1db178689820d53bc.zip
MFH: r354691
xmllint from new libxml2 seems to be stricter than it used to be Disable it so that man pages can be generated Submitted by: maintainer Approved by: portmgr (self)
Notes
Notes: svn path=/branches/2014Q2/; revision=354733
-rw-r--r--security/sssd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile
index d5c4b18ffcf7..fb511e891e24 100644
--- a/security/sssd/Makefile
+++ b/security/sssd/Makefile
@@ -44,6 +44,7 @@ CONFIGURE_ARGS= --with-selinux=no --with-semanage=no \
--with-db-path=/var/db/sss --with-pipe-path=/var/run/sss \
--with-pubconf-path=/var/run/sss --with-mcache-path=/var/db/sss_mc \
--with-unicode-lib=libunistring --with-autofs=no
+CONFIGURE_ENV= XMLLINT="/bin/echo"
CFLAGS+= -fstack-protector-all
PLIST_SUB= PYTHON_VER=${PYTHON_VER}
#DEBUG_FLAGS= -g