diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
commit | 30a00f2227a3e53b607331247c81c2911c1e98ef (patch) | |
tree | b3bdcd25b598432ef78aefb0f72e9412f429eee4 /net-mgmt/adcli | |
parent | fc3bdd2b5bc1f418653dc07e3f7734890f957654 (diff) | |
download | ports-30a00f2227a3e53b607331247c81c2911c1e98ef.tar.gz ports-30a00f2227a3e53b607331247c81c2911c1e98ef.zip |
Notes
Diffstat (limited to 'net-mgmt/adcli')
-rw-r--r-- | net-mgmt/adcli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/adcli/Makefile b/net-mgmt/adcli/Makefile index 63131b82d5a8..64349bfe23cf 100644 --- a/net-mgmt/adcli/Makefile +++ b/net-mgmt/adcli/Makefile @@ -26,7 +26,7 @@ OPTIONS_DEFAULT= GSSAPI_BASE CONFIGURE_ENV+= ac_cv_path_KRB5_CONFIG=${KRB5CONFIG} \ ac_cv_path_XMLTO=${TRUE} -CONFIGURE_ARGS+=--disable-silent-rules --sysconfdir=/etc +CONFIGURE_ARGS= --sysconfdir=/etc # Kerberos may or may not be there, but LDAP always is: CFLAGS+= -I${LOCALBASE}/include -DLDAP_DEPRECATED=0 |