public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] configure flags for net-proxy/squid
@ 2011-05-22 13:38 Pandu Poluan
  0 siblings, 0 replies; 6+ messages in thread
From: Pandu Poluan @ 2011-05-22 13:38 UTC (permalink / raw
  To: Gentoo-user

Does anyone know what configure flags are enabled/disabled for net-proxy/squid?

There are some flags I need and some I don't; it seems that
net-proxy/squid's USE flags don't map to squid's.

Second question, then: how do I specify my own configure flags?

Thanks in advance.

Rgds,

-- 
Sent from my mobile device

--
Pandu E Poluan - IT Optimizer
My website: http://pandu.poluan.info/



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] configure flags for net-proxy/squid
       [not found] <gVhcC-4oX-3@gated-at.bofh.it>
@ 2011-05-22 15:12 ` David W Noon
  2011-05-23  4:36   ` Pandu Poluan
  0 siblings, 1 reply; 6+ messages in thread
From: David W Noon @ 2011-05-22 15:12 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]

On Sun, 22 May 2011 15:50:02 +0200, Pandu Poluan wrote about
[gentoo-user] configure flags for net-proxy/squid:

>Does anyone know what configure flags are enabled/disabled for
>net-proxy/squid?

Run:
     eix -e squid

>There are some flags I need and some I don't; it seems that
>net-proxy/squid's USE flags don't map to squid's.

Below are the ones I use here.  I believe I have addressed every
available USE flag for squid, with a - for the ones I want disabled.

>Second question, then: how do I specify my own configure flags?

You edit /etc/portage/package.use and add a line like this:

net-proxy/squid caps -ecap epoll ipv6 -kerberos -ldap logrotate -mysql
-nis pam -postgres -radius -samba -sasl -selinux -snmp -sqlite ssl
tproxy zero-penalty-hit

Note that the above is all a single line that has been word-wrapped by
my mail reader.

HTH
-- 
Regards,

Dave  [RLU #314465]
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
dwnoon@ntlworld.com (David W Noon)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] configure flags for net-proxy/squid
  2011-05-22 15:12 ` David W Noon
@ 2011-05-23  4:36   ` Pandu Poluan
  2011-05-23  5:23     ` Pandu Poluan
  2011-05-23  7:42     ` Neil Bothwick
  0 siblings, 2 replies; 6+ messages in thread
From: Pandu Poluan @ 2011-05-23  4:36 UTC (permalink / raw
  To: gentoo-user

On Sun, May 22, 2011 at 22:12, David W Noon <dwnoon@ntlworld.com> wrote:
> On Sun, 22 May 2011 15:50:02 +0200, Pandu Poluan wrote about
> [gentoo-user] configure flags for net-proxy/squid:
>
>>Does anyone know what configure flags are enabled/disabled for
>>net-proxy/squid?
>
> Run:
>     eix -e squid
>

Um, I was referring to the flags passed to the ./configure utility,
e.g. "--enable-htcp" or "--enable-icmp", *not* the USE flags.

E.g.: http://wiki.genunix.org:8080/wiki/index.php/Configure_options_-_squid

Short of editing the .ebuild, is there any way to specify and/or check
what flags are passed to the ./configure utility?

Rgds,
-- 
Pandu E Poluan
~ IT Optimizer ~
Visit my Blog: http://pepoluan.posterous.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] configure flags for net-proxy/squid
  2011-05-23  4:36   ` Pandu Poluan
@ 2011-05-23  5:23     ` Pandu Poluan
  2011-05-23  7:42     ` Neil Bothwick
  1 sibling, 0 replies; 6+ messages in thread
From: Pandu Poluan @ 2011-05-23  5:23 UTC (permalink / raw
  To: gentoo-user

On Mon, May 23, 2011 at 11:36, Pandu Poluan <pandu@poluan.info> wrote:
> On Sun, May 22, 2011 at 22:12, David W Noon <dwnoon@ntlworld.com> wrote:
>> On Sun, 22 May 2011 15:50:02 +0200, Pandu Poluan wrote about
>> [gentoo-user] configure flags for net-proxy/squid:
>>
>>>Does anyone know what configure flags are enabled/disabled for
>>>net-proxy/squid?
>>
>> Run:
>>     eix -e squid
>>
>
> Um, I was referring to the flags passed to the ./configure utility,
> e.g. "--enable-htcp" or "--enable-icmp", *not* the USE flags.
>
> E.g.: http://wiki.genunix.org:8080/wiki/index.php/Configure_options_-_squid
>
> Short of editing the .ebuild, is there any way to specify and/or check
> what flags are passed to the ./configure utility?
>

Oookay, my Google-fu managed to bring me to this handbook:

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1#doc_chap2

... and apparently I'm supposed to use the EXTRA_ECONF env. variable.

Here goes...

Rgds,
-- 
Pandu E Poluan
~ IT Optimizer ~
Visit my Blog: http://pepoluan.posterous.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] configure flags for net-proxy/squid
  2011-05-23  4:36   ` Pandu Poluan
  2011-05-23  5:23     ` Pandu Poluan
@ 2011-05-23  7:42     ` Neil Bothwick
  2011-05-23  8:03       ` Pandu Poluan
  1 sibling, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2011-05-23  7:42 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 503 bytes --]

On Mon, 23 May 2011 11:36:15 +0700, Pandu Poluan wrote:

> Um, I was referring to the flags passed to the ./configure utility,
> e.g. "--enable-htcp" or "--enable-icmp", *not* the USE flags.

Run "ebuild /path/to/ebuild configure" then look at configure.log in
$PORTAGE_TMPDIR. You've already discovered that you can tweak the options
with $EXTRA_ECONF, the place to set this is 
/etc/portage/env/category/package.


-- 
Neil Bothwick

Tagline stealing is the sincerest form of flattery.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] configure flags for net-proxy/squid
  2011-05-23  7:42     ` Neil Bothwick
@ 2011-05-23  8:03       ` Pandu Poluan
  0 siblings, 0 replies; 6+ messages in thread
From: Pandu Poluan @ 2011-05-23  8:03 UTC (permalink / raw
  To: gentoo-user

On Mon, May 23, 2011 at 14:42, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Mon, 23 May 2011 11:36:15 +0700, Pandu Poluan wrote:
>
>> Um, I was referring to the flags passed to the ./configure utility,
>> e.g. "--enable-htcp" or "--enable-icmp", *not* the USE flags.
>
> Run "ebuild /path/to/ebuild configure" then look at configure.log in
> $PORTAGE_TMPDIR. You've already discovered that you can tweak the options
> with $EXTRA_ECONF, the place to set this is
> /etc/portage/env/category/package.
>

Thanks!!

Exactly what the doctor ordered :-D

-- 
Pandu E Poluan
~ IT Optimizer ~
Visit my Blog: http://pepoluan.posterous.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-23  8:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-22 13:38 [gentoo-user] configure flags for net-proxy/squid Pandu Poluan
     [not found] <gVhcC-4oX-3@gated-at.bofh.it>
2011-05-22 15:12 ` David W Noon
2011-05-23  4:36   ` Pandu Poluan
2011-05-23  5:23     ` Pandu Poluan
2011-05-23  7:42     ` Neil Bothwick
2011-05-23  8:03       ` Pandu Poluan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox