public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] how to emerge with EXTRA_CFLAGS
@ 2010-10-25 17:47 Laurent Kappler
  2010-10-25 19:48 ` Kfir Lavi
  0 siblings, 1 reply; 6+ messages in thread
From: Laurent Kappler @ 2010-10-25 17:47 UTC (permalink / raw
  To: gentoo-user

Hi,

I'm trying to emerge apache withe EXTRA_CFLAGS+="-g" to be able to use 
the Core Dump behaviour as recommended here:
http://httpd.apache.org/dev/debugging.html

How should I do that?

thx
Laurent



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

* Re: [gentoo-user] how to emerge with EXTRA_CFLAGS
  2010-10-25 17:47 [gentoo-user] how to emerge with EXTRA_CFLAGS Laurent Kappler
@ 2010-10-25 19:48 ` Kfir Lavi
  2010-10-25 19:50   ` Kfir Lavi
  0 siblings, 1 reply; 6+ messages in thread
From: Kfir Lavi @ 2010-10-25 19:48 UTC (permalink / raw
  To: gentoo-user

On Mon, Oct 25, 2010 at 7:47 PM, Laurent Kappler <rwx700@gmail.com> wrote:
> Hi,
>
> I'm trying to emerge apache withe EXTRA_CFLAGS+="-g" to be able to use the
> Core Dump behaviour as recommended here:
> http://httpd.apache.org/dev/debugging.html
>
> How should I do that?
>
> thx
> Laurent
>
>

http://bugs.gentoo.org/show_bug.cgi?id=44796

Kfir



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

* Re: [gentoo-user] how to emerge with EXTRA_CFLAGS
  2010-10-25 19:48 ` Kfir Lavi
@ 2010-10-25 19:50   ` Kfir Lavi
  2010-10-25 20:07     ` Yohan Pereira
  0 siblings, 1 reply; 6+ messages in thread
From: Kfir Lavi @ 2010-10-25 19:50 UTC (permalink / raw
  To: gentoo-user

On Mon, Oct 25, 2010 at 9:48 PM, Kfir Lavi <lavi.kfir@gmail.com> wrote:
> On Mon, Oct 25, 2010 at 7:47 PM, Laurent Kappler <rwx700@gmail.com> wrote:
>> Hi,
>>
>> I'm trying to emerge apache withe EXTRA_CFLAGS+="-g" to be able to use the
>> Core Dump behaviour as recommended here:
>> http://httpd.apache.org/dev/debugging.html
>>
>> How should I do that?
>>
>> thx
>> Laurent
>>
>>
>
> http://bugs.gentoo.org/show_bug.cgi?id=44796
>
> Kfir
>
Ok,
thinking again, just emerge apache, and make sure it emerges alone.
Then change temporarily your CFLAGS in /etc/make.conf
emerge apache
revert to the old make.conf

Regards,
Kfir



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

* Re: [gentoo-user] how to emerge with EXTRA_CFLAGS
  2010-10-25 19:50   ` Kfir Lavi
@ 2010-10-25 20:07     ` Yohan Pereira
  2010-10-25 21:00       ` covici
  0 siblings, 1 reply; 6+ messages in thread
From: Yohan Pereira @ 2010-10-25 20:07 UTC (permalink / raw
  To: gentoo-user

On Tuesday 26 October 2010 1:20:25 am Kfir Lavi wrote:
> Ok,
> thinking again, just emerge apache, and make sure it emerges alone.
> Then change temporarily your CFLAGS in /etc/make.conf
> emerge apache
> revert to the old make.conf
> 
> Regards,
> Kfir

i would normall create the file /etc/portage/env/www-servers/apache 
containing  CFLAGS=...

-- 
- Yohan Pereira.




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

* Re: [gentoo-user] how to emerge with EXTRA_CFLAGS
  2010-10-25 20:07     ` Yohan Pereira
@ 2010-10-25 21:00       ` covici
  2010-10-25 21:20         ` Neil Bothwick
  0 siblings, 1 reply; 6+ messages in thread
From: covici @ 2010-10-25 21:00 UTC (permalink / raw
  To: gentoo-user

Yohan Pereira <yohan.pereira@gmail.com> wrote:

> On Tuesday 26 October 2010 1:20:25 am Kfir Lavi wrote:
> > Ok,
> > thinking again, just emerge apache, and make sure it emerges alone.
> > Then change temporarily your CFLAGS in /etc/make.conf
> > emerge apache
> > revert to the old make.conf
> > 
> > Regards,
> > Kfir
> 
> i would normall create the file /etc/portage/env/www-servers/apache 
> containing  CFLAGS=...

Can I also use this to add EXTRA_ECONF if I need it for a particular
package?

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



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

* Re: [gentoo-user] how to emerge with EXTRA_CFLAGS
  2010-10-25 21:00       ` covici
@ 2010-10-25 21:20         ` Neil Bothwick
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Bothwick @ 2010-10-25 21:20 UTC (permalink / raw
  To: gentoo-user

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

On Mon, 25 Oct 2010 17:00:36 -0400, covici@ccs.covici.com wrote:

> > i would normall create the file /etc/portage/env/www-servers/apache 
> > containing  CFLAGS=...  
> 
> Can I also use this to add EXTRA_ECONF if I need it for a particular
> package?

Yes.


-- 
Neil Bothwick

Q: What's the proper plural of a 'Net-connected Windows machine?
A: A Botnet

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

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

end of thread, other threads:[~2010-10-25 21:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 17:47 [gentoo-user] how to emerge with EXTRA_CFLAGS Laurent Kappler
2010-10-25 19:48 ` Kfir Lavi
2010-10-25 19:50   ` Kfir Lavi
2010-10-25 20:07     ` Yohan Pereira
2010-10-25 21:00       ` covici
2010-10-25 21:20         ` Neil Bothwick

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