Re: Debian package configure options - repost

2009-03-11 Thread TR
Kumar Appaiah wrote: You could use the new Debian patch tracking service and view the debian/rules part of the changes: http://patch-tracking.debian.net/patch/debianonly/view/squid3/3.0.STABLE8-3 There, I see: --enable-auth="basic,digest,ntlm" --enable-basic-auth-helpers="LDAP,MSNT,NCSA,PAM,SA

Re: Debian package configure options - repost

2009-03-09 Thread Kumar Appaiah
On Mon, Mar 9, 2009 at 2:17 PM, TR wrote: > I want to use the Debian squid3 package but need to know what configure > options were used. > > I require the following:- > > ./configure --enable-auth=”basic” -enable-basic-auth-helpers="LDAP" -- > enable-ssl --enable-auth-on-accel > > If the package ha

Debian package configure options - repost

2009-03-09 Thread TR
Simple question - how do I find out what configure options have been used in creating a Debian package. I want to use the Debian squid3 package but need to know what configure options were used. I require the following:- ./configure --enable-auth=”basic” -enable-basic-auth-helpers="LDAP" --

Debian package configure options

2009-03-03 Thread TR
Simple question - how do I find out what configure options have been used in creating a Debian package. I want to use the Debian squid3 package but need to know what configure options were used. I require the following:- ./configure --enable-auth=”basic” -enable-basic-auth-helpers="LDAP" --