Here are some possible minor tweaks/enhancements to the options squid in -devel/rawhide is built with: --enable-cache-digests This is a feature which an out-of-the-box squid should support. It is useful when running more than one squid box in a hierarchy - although, we should disable this in the default squid.conf. === --datadir=/usr/share Move to top of configure where all the other directories are specified. === --disable-dependency-tracking Not sure why we are using this? [We should not be building with options other than ones which are specifically required] === --with-openssl=/usr/kerberos Does not needed to be specified...just tested without this statement and squid builds and finds the headers just fine. ===
Hello, --enable-cache-digests will be enabled --datadir is moved --disable-dependency-tracking - It's used for fast rebuild --with-openssl=/usr/kerberos - I think it's better to specify this Ma.