diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-11-18 20:07:53 -0200 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-11-18 20:07:53 -0200 |
commit | e4134a32be37cf52e1abcffa30b3f628b2b294a8 (patch) | |
tree | cf88bcaba5b5fc25c91a137e6ffff54bf8333d09 /pkg_config.8.xml | |
parent | f53cafa945f30819e06306bbfa27d9c940bb7be1 (diff) | |
download | pfsense-packages-e4134a32be37cf52e1abcffa30b3f628b2b294a8.tar.gz pfsense-packages-e4134a32be37cf52e1abcffa30b3f628b2b294a8.tar.bz2 pfsense-packages-e4134a32be37cf52e1abcffa30b3f628b2b294a8.zip |
squid3-dev - remove AUTH_SASL to avoid missing libs startup error.
Diffstat (limited to 'pkg_config.8.xml')
-rw-r--r-- | pkg_config.8.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index ad048cdb..8f13f1df 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1290,7 +1290,7 @@ <port>www/squid33</port> <ports_after>www/squid_radius_auth security/clamav www/squidclamav security/ca_root_nss www/c-icap-modules</ports_after> </build_pbi> - <build_options>c-icap_UNSET=IPV6 squid33_UNSET=AUTH_SMB AUTH_SQL DNS_HELPER FS_COSS ESI SNMP ECAP STACKTRACES STRICT_HTTP TP_IPF TP_IPFW VIA_DB DEBUG DOCS EXAMPLES;squid33_SET=ARP_ACL AUTH_KERB AUTH_LDAP AUTH_NIS AUTH_SASL CACHE_DIGESTS DELAY_POOLS FOLLOW_XFF TP_PF MSSL_CRTD WCCP WCCPV2 FS_AUFS HTCP ICAP ICMP IDENT IPV6 KQUEUE LARGEFILE SSL SSL_CRTD</build_options> + <build_options>c-icap_UNSET=IPV6 squid33_UNSET=AUTH_SMB AUTH_SQL DNS_HELPER FS_COSS ESI SNMP ECAP STACKTRACES STRICT_HTTP TP_IPF TP_IPFW VIA_DB DEBUG DOCS EXAMPLES AUTH_SASL;squid33_SET=ARP_ACL AUTH_KERB AUTH_LDAP AUTH_NIS CACHE_DIGESTS DELAY_POOLS FOLLOW_XFF TP_PF MSSL_CRTD WCCP WCCPV2 FS_AUFS HTCP ICAP ICMP IDENT IPV6 KQUEUE LARGEFILE SSL SSL_CRTD</build_options> <config_file>http://www.pfsense.org/packages/config/squid3/33/squid.xml</config_file> <configurationfile>squid.xml</configurationfile> <depends_on_package_pbi>squid-3.3.8-i386.pbi</depends_on_package_pbi> |