Re: [gentoo-dev] [RFC]flag-o-matic.eclass strip-flags change to support prefix

2012-06-17 Thread Maxim Koltsov
2012/6/17 Michał Górny : > On Sun, 17 Jun 2012 19:03:22 +0400 > Maxim Koltsov wrote: > >> 2012/6/17 Justin : >> > On 17.06.2012 15:23, Maxim Koltsov wrote: >> >> 2012/6/17 Justin : >> >>> On 17.06.2012 14:13, Maxim Koltsov wrote: >> Hi, >> During prefix bootstrap i noticed that strip-fla

Re: [gentoo-dev] [RFC]flag-o-matic.eclass strip-flags change to support prefix

2012-06-17 Thread Michał Górny
On Sun, 17 Jun 2012 19:03:22 +0400 Maxim Koltsov wrote: > 2012/6/17 Justin : > > On 17.06.2012 15:23, Maxim Koltsov wrote: > >> 2012/6/17 Justin : > >>> On 17.06.2012 14:13, Maxim Koltsov wrote: > Hi, > During prefix bootstrap i noticed that strip-flags removes -L > and -I flags fr

Re: [gentoo-dev] [RFC]flag-o-matic.eclass strip-flags change to support prefix

2012-06-17 Thread Maxim Koltsov
2012/6/17 Justin : > On 17.06.2012 15:23, Maxim Koltsov wrote: >> 2012/6/17 Justin : >>> On 17.06.2012 14:13, Maxim Koltsov wrote: Hi, During prefix bootstrap i noticed that strip-flags removes -L and -I flags from *FLAGS while these flags are essential for prefix bootstrapping.

Re: [gentoo-dev] [RFC]flag-o-matic.eclass strip-flags change to support prefix

2012-06-17 Thread Justin
On 17.06.2012 15:23, Maxim Koltsov wrote: > 2012/6/17 Justin : >> On 17.06.2012 14:13, Maxim Koltsov wrote: >>> Hi, >>> During prefix bootstrap i noticed that strip-flags removes -L and -I >>> flags from *FLAGS while these flags are essential for prefix >>> bootstrapping. Therefore i propose a fix

Re: [gentoo-dev] [RFC]flag-o-matic.eclass strip-flags change to support prefix

2012-06-17 Thread Maxim Koltsov
2012/6/17 Richard Yao : > On 06/17/2012 09:23 AM, Maxim Koltsov wrote: >> Don't tell me that OpenBSD prefix is unsupported, i'm working on >> getting it supported. > > OpenBSD is listed on the platform matrix, but it has lacked a maintainer > for quite some time: > > http://www.gentoo.org/proj/en/g

Re: [gentoo-dev] [RFC]flag-o-matic.eclass strip-flags change to support prefix

2012-06-17 Thread Maxim Koltsov
2012/6/17 Justin : > On 17.06.2012 14:13, Maxim Koltsov wrote: >> Hi, >> During prefix bootstrap i noticed that strip-flags removes -L and -I >> flags from *FLAGS while these flags are essential for prefix >> bootstrapping. Therefore i propose a fix for strip-flags function to > > Is this really ne

Re: [gentoo-dev] [RFC]flag-o-matic.eclass strip-flags change to support prefix

2012-06-17 Thread Justin
On 17.06.2012 14:13, Maxim Koltsov wrote: > Hi, > During prefix bootstrap i noticed that strip-flags removes -L and -I > flags from *FLAGS while these flags are essential for prefix > bootstrapping. Therefore i propose a fix for strip-flags function to Is this really necessary? I never experienced

[gentoo-dev] [RFC]flag-o-matic.eclass strip-flags change to support prefix

2012-06-17 Thread Maxim Koltsov
Hi, During prefix bootstrap i noticed that strip-flags removes -L and -I flags from *FLAGS while these flags are essential for prefix bootstrapping. Therefore i propose a fix for strip-flags function to make it preserve prefix-related flags. I have attached a patch, please review it. It works for m