Bug 165949 - ./configure enhancements and cleanup
Summary: ./configure enhancements and cleanup
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: squid
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Martin Stransky
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-08-15 06:52 UTC by Reuben Farrelly
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-08-30 15:18:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.