Bug 165949

Summary: ./configure enhancements and cleanup
Product: [Fedora] Fedora Reporter: Reuben Farrelly <reuben-redhatbugzilla>
Component: squidAssignee: Martin Stransky <stransky>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-30 15:18:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Reuben Farrelly 2005-08-15 06:52:30 UTC
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.

===

Comment 1 Martin Stransky 2005-08-30 15:18:19 UTC
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.