diff options
author | miwi <miwi@FreeBSD.org> | 2013-07-16 22:56:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-07-16 22:56:10 +0800 |
commit | 6ec462cd6e5500ca68db21f479168194933c620f (patch) | |
tree | 763498f80b2bcd6e970e2c2ec6008bc5e2c491cb /security/sssd | |
parent | e0091c091fff2590641b82f5e455b3be735ac670 (diff) | |
download | freebsd-ports-gnome-6ec462cd6e5500ca68db21f479168194933c620f.tar.gz freebsd-ports-gnome-6ec462cd6e5500ca68db21f479168194933c620f.tar.zst freebsd-ports-gnome-6ec462cd6e5500ca68db21f479168194933c620f.zip |
- Unbreak build after autotool update
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 ff8ef607bc6f..506a92f3bb41 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -44,6 +44,7 @@ PLIST_SUB= PYTHON_VER=${PYTHON_VER} #DEBUG_FLAGS= -g USE_AUTOTOOLS= autoconf automake +AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes USE_PYTHON= yes USE_OPENLDAP= yes |