Repackaging with different compile options.

2005-09-23 Thread Ben Sagal
How would i go about creating a squid package with the --enable-ssl flag set. I would also want this package to override the default Debian one. Thank You Ben

Re: Repackaging with different compile options.

2005-09-23 Thread Jon Dowland
On Fri, Sep 23, 2005 at 11:19:52AM +0300, Ben Sagal wrote: How would i go about creating a squid package with the --enable-ssl flag set. I would also want this package to override the default Debian one. $ apt-get source squid $ vi squid-*/debian/rules add desired configure flag to the

Re: Repackaging with different compile options.

2005-09-23 Thread Florian Ernst
Hello *, On Fri, Sep 23, 2005 at 10:15:57AM +0100, Jon Dowland wrote: On Fri, Sep 23, 2005 at 11:19:52AM +0300, Ben Sagal wrote: How would i go about creating a squid package with the --enable-ssl flag set. I would also want this package to override the default Debian one. $ apt-get