Fix build by removing eDirectory support
This commit is contained in:
parent
4375926f87
commit
d8278b93b2
@ -2,7 +2,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 3.5.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
# See CREDITS for breakdown of non GPLv2+ code
|
||||
@ -109,7 +109,7 @@ LDFLAGS="$RPM_LD_FLAGS -pie -Wl,-z,relro -Wl,-z,now -Wl,--warn-shared-textrel"
|
||||
--enable-auth \
|
||||
--enable-auth-basic="DB,LDAP,MSNT-multi-domain,NCSA,NIS,PAM,POP3,RADIUS,SASL,SMB,getpwnam" \
|
||||
--enable-auth-ntlm="smb_lm,fake" \
|
||||
--enable-auth-digest="file,LDAP,eDirectory" \
|
||||
--enable-auth-digest="file,LDAP" \
|
||||
--enable-auth-negotiate="kerberos" \
|
||||
--enable-external-acl-helpers="LDAP_group,time_quota,session,unix_group,wbinfo_group" \
|
||||
--enable-storeid-rewrite-helpers="file" \
|
||||
@ -279,6 +279,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 31 2015 Pavel Šimerda <psimerda@redhat.com> - 7:3.5.3-3
|
||||
- Fix build by removing eDirectory support
|
||||
|
||||
* Tue Mar 31 2015 Pavel Šimerda <psimerda@redhat.com> - 7:3.5.3-2
|
||||
- clean up defunct patches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user