diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-21 05:12:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-21 05:12:42 +0800 |
commit | 7919da1c234615675a7b3375272390b271d74c1d (patch) | |
tree | c5610ca6ae54ffc5c0ebf24542f5b8d2acb56c36 /security/sssd | |
parent | 717ad1dc960bd60a71e6059fdb624f58ecb13f31 (diff) | |
download | freebsd-ports-gnome-7919da1c234615675a7b3375272390b271d74c1d.tar.gz freebsd-ports-gnome-7919da1c234615675a7b3375272390b271d74c1d.tar.zst freebsd-ports-gnome-7919da1c234615675a7b3375272390b271d74c1d.zip |
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
Diffstat (limited to 'security/sssd')
-rw-r--r-- | security/sssd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 1aa397bd6f58..73667404e4fe 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 |