Re: [vdr] Adapt Make.config.template to VDR 1.7.13

2010-03-30 Thread Joachim Wilke
On 03/28/2010 02:49 PM, Paul Menzel wrote:
> Frank pointed the following out back then [1].
> Am Freitag, den 29.01.2010, 10:04 +0100 schrieb Frank Schmirler:
>   
>> 3) in Make.config.template, remove only the line
>> DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
>> The lines with "+= -fPIC" are still necessary, as Make.config resets
>> CFLAGS/CXXFLAGS.
>
Just for my understanding: why does Make.config reset C(XX)FLAGS?
Wouldn't it make sense to just append personal flags here?

Regards,
Joachim.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Adapt Make.config.template to VDR 1.7.13

2010-03-30 Thread Joachim Wilke
On 03/28/2010 02:49 PM, Paul Menzel wrote:
> Frank pointed the following out back then [1].
> Am Freitag, den 29.01.2010, 10:04 +0100 schrieb Frank Schmirler:
>   
>> 3) in Make.config.template, remove only the line
>> DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
>> The lines with "+= -fPIC" are still necessary, as Make.config resets
>> CFLAGS/CXXFLAGS.
>
Just for my understanding: why does Make.config reset C(XX)FLAGS?
Wouldn't it make sense to just append personal flags here?

Regards,
Joachim.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Adapt Make.config.template to VDR 1.7.13

2010-03-28 Thread Klaus Schmidinger
On 28.03.2010 14:49, Paul Menzel wrote:
> Am Sonntag, den 28.03.2010, 14:36 +0200 schrieb Klaus Schmidinger:
>> On 27.03.2010 18:11, Joachim Wilke wrote:
>>> I was just wondering, if
>>>
>>> ifdef PLUGIN
>>> CFLAGS   += -fPIC
>>> CXXFLAGS += -fPIC
>>> endif
>>>
>>> can now be removed from Make.config.template, as the new Make.global
>>> cares for -fPIC since VDR 1.7.13.
>> I guess you're right - changed for version 1.7.15.
> 
> Frank pointed the following out back then [1].
> 
> Am Freitag, den 29.01.2010, 10:04 +0100 schrieb Frank Schmirler:
>> 3) in Make.config.template, remove only the line
>> DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
>> The lines with "+= -fPIC" are still necessary, as Make.config resets
>> CFLAGS/CXXFLAGS.
> 
> 
> Thanks,
> 
> Paul
> 
> 
> [1] http://linuxtv.org/pipermail/vdr/2010-January/022243.html

Ooops - thanks for pointing this out.
So no change here.

Klaus

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Adapt Make.config.template to VDR 1.7.13

2010-03-28 Thread Paul Menzel
Am Sonntag, den 28.03.2010, 14:36 +0200 schrieb Klaus Schmidinger:
> On 27.03.2010 18:11, Joachim Wilke wrote:
> > I was just wondering, if
> > 
> > ifdef PLUGIN
> > CFLAGS   += -fPIC
> > CXXFLAGS += -fPIC
> > endif
> > 
> > can now be removed from Make.config.template, as the new Make.global
> > cares for -fPIC since VDR 1.7.13.
> 
> I guess you're right - changed for version 1.7.15.

Frank pointed the following out back then [1].

Am Freitag, den 29.01.2010, 10:04 +0100 schrieb Frank Schmirler:
> 3) in Make.config.template, remove only the line
> DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
> The lines with "+= -fPIC" are still necessary, as Make.config resets
> CFLAGS/CXXFLAGS.


Thanks,

Paul


[1] http://linuxtv.org/pipermail/vdr/2010-January/022243.html


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Adapt Make.config.template to VDR 1.7.13

2010-03-28 Thread Klaus Schmidinger
On 27.03.2010 18:11, Joachim Wilke wrote:
> I was just wondering, if
> 
> ifdef PLUGIN
> CFLAGS   += -fPIC
> CXXFLAGS += -fPIC
> endif
> 
> can now be removed from Make.config.template, as the new Make.global
> cares for -fPIC since VDR 1.7.13.

I guess you're right - changed for version 1.7.15.

Klaus

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Adapt Make.config.template to VDR 1.7.13

2010-03-27 Thread Joachim Wilke
I was just wondering, if

ifdef PLUGIN
CFLAGS   += -fPIC
CXXFLAGS += -fPIC
endif

can now be removed from Make.config.template, as the new Make.global
cares for -fPIC since VDR 1.7.13.

-- 
Best Regards,
Joachim.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr