Advertisement
Guest User

Untitled

a guest
Jun 1st, 2013
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. %configure \
  2. --exec-prefix=/usr \
  3. --libexecdir=%{_libdir}/squid \
  4. --localstatedir=/var \
  5. --datadir=%{_datadir}/squid \
  6. --sysconfdir=%{_sysconfdir}/squid \
  7. --with-logdir='$(localstatedir)/log/squid' \
  8. --with-pidfile='$(localstatedir)/run/squid.pid' \
  9. --disable-dependency-tracking \
  10. --enable-eui \
  11. --enable-follow-x-forwarded-for \
  12. --enable-auth-basic="LDAP,MSNT,MSNT-multi-domain,NCSA,PAM,SMB,getpwnam,SASL,RADIUS" \
  13. --enable-auth-ntlm="smb_lm,fake,SSPI" \
  14. --enable-auth-digest="file,LDAP,eDirectory" \
  15. --enable-auth-negotiate="kerberos" \
  16. --enable-external-acl-helpers="file_userip,LDAP_group,kerberos_ldap_group,session,unix_group,wbinfo_group" \
  17. --enable-cache-digests \
  18. --enable-cachemgr-hostname=localhost \
  19. --enable-delay-pools \
  20. --enable-epoll \
  21. --enable-icap-client \
  22. --enable-ident-lookups \
  23. %ifnarch ppc64 ia64 x86_64 s390x
  24. --with-large-files \
  25. %endif
  26. --enable-linux-netfilter \
  27. --enable-referer-log \
  28. --enable-removal-policies="heap,lru" \
  29. --enable-snmp \
  30. --enable-ssl \
  31. --enable-storeio="aufs,diskd,ufs,rock" \
  32. --enable-useragent-log \
  33. --enable-wccpv2 \
  34. --enable-esi \
  35. --with-aio \
  36. --with-default-user="squid" \
  37. --with-filedescriptors=30720 \
  38. --with-dl \
  39. --with-openssl \
  40. --disable-ipv6 \
  41. --with-pthreads
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement